summaryrefslogtreecommitdiff
path: root/src/InterpreterUtils.ml
diff options
context:
space:
mode:
authorSon Ho2022-02-08 19:18:57 +0100
committerSon Ho2022-02-08 19:18:57 +0100
commitd54b36be3d365b1a9a4ec8b12313b84c508ecd98 (patch)
tree630ce2bc2444af84821364275291c8f0218a3e58 /src/InterpreterUtils.ml
parent2145c29ba8d7727f104da83c6be57bf2f3f408d5 (diff)
Implement pre-passes to update the AST before executing the interpreter
Diffstat (limited to 'src/InterpreterUtils.ml')
-rw-r--r--src/InterpreterUtils.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index bbdd038f..0445c6b6 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -1,5 +1,3 @@
-(* TODO: most of the definitions in this file need to be moved elsewhere *)
-
module T = Types
module V = Values
module E = Expressions