diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-04 13:47:27 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-04 13:47:27 -0700 |
commit | f4ad269f8b9f9b0bfcc60bb2584316c3fdd10d10 (patch) | |
tree | edfbff7625e33ed88eaf50c105c8bf47cd6b70c9 /src/interpreter/index.ts | |
parent | e2e74df94fcdd2f3165e035fc00c98573f0b40d8 (diff) | |
download | the-abstraction-engine-f4ad269f8b9f9b0bfcc60bb2584316c3fdd10d10.tar.gz the-abstraction-engine-f4ad269f8b9f9b0bfcc60bb2584316c3fdd10d10.zip |
add interpreter
Diffstat (limited to 'src/interpreter/index.ts')
-rw-r--r-- | src/interpreter/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interpreter/index.ts b/src/interpreter/index.ts index 20d0327..838253b 100644 --- a/src/interpreter/index.ts +++ b/src/interpreter/index.ts @@ -1,2 +1,3 @@ export * from "./parser"; export * from "./interpreter"; +export * from "./SymbolTable"; |