summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-04-28 17:56:08 +0200
committertomsmeding <tom.smeding@gmail.com>2019-04-28 17:56:08 +0200
commitb6720c744c642048f93e04a3a2d4b6895d8b2c83 (patch)
treed3df7b199ff4e1943f34b5ec1f67d4af13f0c1fa /lisphs.cabal
parentb2320404202ad3296480bd472a6a79f5e5427de8 (diff)
WIP dataflow analysis for lifetime analysis
Diffstat (limited to 'lisphs.cabal')
-rw-r--r--lisphs.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisphs.cabal b/lisphs.cabal
index c608571..66dc3c8 100644
--- a/lisphs.cabal
+++ b/lisphs.cabal
@@ -16,6 +16,7 @@ executable lisp
other-modules:
AST
Compiler
+ DataFlow
Intermediate
Lower
Optimiser