Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol

This commit is contained in:
Dustin Swan 2026-02-07 15:23:25 -07:00
parent 2d687b5d38
commit da97f53729
No known key found for this signature in database
GPG key ID: 30D46587E2100467
10 changed files with 66 additions and 23 deletions

View file

@ -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'