regexp is valid now
This commit is contained in:
parent
8d9510e9ae
commit
bbdfcdb54a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user