(library
  (name mo_frontend)
  (libraries menhirLib lib lang_utils mo_config mo_def mo_types mo_values wasm_exts)
  (instrumentation (backend bisect_ppx --bisect-silent yes))
)
(menhir
  (modules parser assertions)
  (merge_into parser)
  (flags --table --inspection -v --strict)
  (infer true)
)

(ocamllex source_lexer)
