summaryrefslogtreecommitdiff
path: root/obs.ipkg
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2023-03-25 16:52:15 +0000
committerChloe Brown <chloe.brown.00@outlook.com>2023-03-25 16:52:15 +0000
commit43463df9899d00f0f86c3b655b84a5d5ce75402d (patch)
tree4e77c2039149922d82f5df9e1434a72f8c7f88e3 /obs.ipkg
parent39d9c956a98a0aecb4e2913d3df0cc8eb0e78f69 (diff)
Extract parsing and evaluation to new modules.
Diffstat (limited to 'obs.ipkg')
-rw-r--r--obs.ipkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/obs.ipkg b/obs.ipkg
index c937214..f85a6ef 100644
--- a/obs.ipkg
+++ b/obs.ipkg
@@ -12,6 +12,8 @@ main = Main
modules
= CC.Name
, CC.Term
+ , CC.Term.Eval
+ , CC.Term.Parse
, CC.Term.Pretty
, CC.Term.Raw
, CC.Thinning