From 5d227bcd0055d02e1d49a3dcd27e80a756923d5b Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sun, 23 Jun 2024 23:31:59 +0200 Subject: split code into smaller libraries and make a better repl --- src/elaborator/dune | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/elaborator/dune (limited to 'src/elaborator/dune') diff --git a/src/elaborator/dune b/src/elaborator/dune new file mode 100644 index 0000000..46227f0 --- /dev/null +++ b/src/elaborator/dune @@ -0,0 +1,11 @@ +(library + (name Elaborator) + (public_name toytt.elaborator) + (libraries + algaeff + bwd + toytt.ast + toytt.ident + toytt.nbe + toytt.pretty + toytt.reporter)) -- cgit 1.4.1