regexp is valid now
This commit is contained in:
parent
8d9510e9ae
commit
bbdfcdb54a
|
|
@ -16,7 +16,7 @@ export type Constant =
|
||||||
| Value
|
| Value
|
||||||
| FunctionDef
|
| FunctionDef
|
||||||
|
|
||||||
type Atom = number | string | boolean | null
|
type Atom = RegExp | number | string | boolean | null
|
||||||
|
|
||||||
type InstructionTuple =
|
type InstructionTuple =
|
||||||
// Stack
|
// Stack
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user