summaryrefslogtreecommitdiff
path: root/obs.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-12-17 15:43:29 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-12-17 15:43:29 +0000
commit232857131888607ee3cd2ae4a5ccdc14e0c6f015 (patch)
treedd425cba1480cceedcce1c166030dd187ecc402c /obs.ipkg
parentb882d95eb08fea2341bcfa6b41aa06e060cde1ec (diff)
Define conversion from raw to abstract syntax.
Diffstat (limited to 'obs.ipkg')
-rw-r--r--obs.ipkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/obs.ipkg b/obs.ipkg
index e9d4117..93c47b7 100644
--- a/obs.ipkg
+++ b/obs.ipkg
@@ -8,7 +8,8 @@ executable = obs
main = Obs.Main
modules
- = Obs.Main
+ = Obs.Abstract
+ , Obs.Main
, Obs.Parser
, Obs.Sort
, Obs.Syntax