baby's first lexer
This commit is contained in:
parent
920151f49c
commit
f74d374555
4 changed files with 152 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { Value, Closure } from './types';
|
||||
import type { Value } from './types';
|
||||
|
||||
export type Literal = {
|
||||
kind: 'literal'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue