aboutsummaryrefslogtreecommitdiffstats
(menhir
 (modules parser)
 (flags "--dump" "--strict" "--external-tokens" "Tokens")
 (infer true))

(ocamllex
 (modules lexer))

(library
 (name nix)
 (preprocess
  (pps ppx_sexp_conv))
 (instrumentation
  (backend bisect_ppx))
 (libraries core core_unix core_unix.filename_unix pprint ppx_sexp_conv str))