From 8b8b730d3ba98d6c9e4e6274844641043b5fefbb Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 17 Mar 2025 09:11:25 +0100 Subject: Moved the syntax module in its own library --- lib/syntax/dune | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 lib/syntax/dune (limited to 'lib/syntax/dune') diff --git a/lib/syntax/dune b/lib/syntax/dune new file mode 100755 index 0000000..1459d0c --- /dev/null +++ b/lib/syntax/dune @@ -0,0 +1,12 @@ +(library + (name importerSyntax) + (libraries + otoml + importDataTypes + importExpression + ) + (preprocess (pps + ppx_deriving.show + ppx_deriving.eq + )) +) -- cgit v1.2.3