regexp is valid now

This commit is contained in:
Chris Wanstrath 2025-10-25 15:53:07 -07:00
parent 8d9510e9ae
commit bbdfcdb54a

View File

@ -16,7 +16,7 @@ export type Constant =
| Value
| FunctionDef
type Atom = number | string | boolean | null
type Atom = RegExp | number | string | boolean | null
type InstructionTuple =
// Stack