diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-09-11 23:06:44 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-09-11 23:06:44 +0200 |
commit | 1f53cea6a1352db125e1897ca574360180be2550 (patch) | |
tree | 0c933929808479eed08a3da26ff0c6d825305631 /src/Interpreter.hs | |
parent | b728b22248414c8319681a75f1c8e8cdf8da1fb2 (diff) |
Finish Accum implementation
Diffstat (limited to 'src/Interpreter.hs')
-rw-r--r-- | src/Interpreter.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Interpreter.hs b/src/Interpreter.hs index d1dfb1d..afc50f9 100644 --- a/src/Interpreter.hs +++ b/src/Interpreter.hs @@ -1,3 +1,8 @@ module Interpreter where +import AST +import Interpreter.Array +import Interpreter.Accum + + |