Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol
This commit is contained in:
parent
2d687b5d38
commit
da97f53729
10 changed files with 66 additions and 23 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import type { Env } from './env'
|
||||
import type { Value } from './types'
|
||||
import { evaluate } from './interpreter'
|
||||
import { tokenize } from './lexer'
|
||||
import { Parser } from './parser'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue