diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-09-12 17:31:20 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-09-12 17:31:42 +0200 |
commit | 36732f84cfade5371248806328791d5066673fb7 (patch) | |
tree | 68cf208fca197a48e6b0506e783c1bdaf98d2e42 /chad-fast.cabal | |
parent | 1f53cea6a1352db125e1897ca574360180be2550 (diff) |
Interpreter, some operations
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index ef1fd66..6314acd 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -10,6 +10,7 @@ build-type: Simple library exposed-modules: + Array AST AST.Count AST.Env @@ -22,7 +23,7 @@ library Example Interpreter Interpreter.Accum - Interpreter.Array + Interpreter.Rep Language Language.AST Lemmas |