about summary refs log tree commit diff
path: root/src/parser/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/dune')
-rw-r--r--src/parser/dune13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/parser/dune b/src/parser/dune
new file mode 100644
index 0000000..fd4aae7
--- /dev/null
+++ b/src/parser/dune
@@ -0,0 +1,13 @@
+(menhir
+ (explain true)
+ (modules Grammar))
+
+(ocamllex Lexer)
+
+(library
+ (name Parser)
+ (public_name toytt.parser)
+ (libraries
+  asai
+  toytt.ast
+  toytt.reporter))