diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2024-11-15 15:44:30 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2024-11-15 15:44:30 +0000 |
commit | 3caa95a139538bb07c74847ca3aba2603a03c502 (patch) | |
tree | afa588ecffb2efd05b1202c7ce5ae6005c86b8d2 /inky.ipkg | |
parent | 865dc549baf613e45e2f79036d54850a483fa509 (diff) |
Add compilation to scheme.
Extract parser as an independent project.
Diffstat (limited to 'inky.ipkg')
-rw-r--r-- | inky.ipkg | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -4,35 +4,25 @@ sourcedir = "src" options = "--total" -depends = collie, contrib +depends = collie, contrib, flap executable = inky main = Inky modules = Inky - , Inky.Data.Assoc - , Inky.Data.Context - , Inky.Data.Context.Var , Inky.Data.Fun - , Inky.Data.List , Inky.Data.Row - , Inky.Data.SnocList - , Inky.Data.SnocList.Elem - , Inky.Data.SnocList.Quantifiers - , Inky.Data.SnocList.Thinning - , Inky.Data.SnocList.Var , Inky.Data.Thinned - , Inky.Decidable - , Inky.Decidable.Either - , Inky.Decidable.Maybe - , Inky.Parser , Inky.Term , Inky.Term.Checks + , Inky.Term.Compile , Inky.Term.Desugar , Inky.Term.Parser , Inky.Term.Pretty , Inky.Term.Pretty.Error + , Inky.Term.Recompute , Inky.Term.Substitution , Inky.Type , Inky.Type.Pretty + , Inky.Type.Substitution |