Adding function to list all store entries. OS command palette thing coming soon
This commit is contained in:
parent
eef4daf8ec
commit
a30d2217b8
3 changed files with 25 additions and 12 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { evaluate } from './interpreter'
|
||||
import type { Env } from './env'
|
||||
import type { Value } from './types'
|
||||
import { evaluate } from './interpreter'
|
||||
import { tokenize } from './lexer'
|
||||
import { Parser } from './parser'
|
||||
import { runApp } from './runtime';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue