aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorChimrod <>2023-09-27 13:31:14 +0200
committerChimrod <>2023-09-29 10:00:21 +0200
commit40f7b4c7398db2b832b71e3dfb8afb53116fad51 (patch)
treefc36e0fe685a3c1bc36a6d8821fbdd369d75a40c /lib/dune
parent46fd5a31d2e07b9df10d07dd900b529aca06a795 (diff)
Switched to sedlex instead of ocamllex
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/dune b/lib/dune
index c88994d..5717f90 100644
--- a/lib/dune
+++ b/lib/dune
@@ -2,10 +2,11 @@
(name qparser)
(libraries
qsp_syntax
- menhirLib)
+ menhirLib
+ )
(preprocess (pps
- ppx_deriving.show
- ppx_deriving.eq ))
+ sedlex.ppx
+ ))
)
@@ -25,6 +26,3 @@
(flags --table --external-tokens Tokens)
(merge_into parser)
)
-
-(ocamllex lexer)
-