(library
 (public_name parser_python.menhir)
 (name parser_python_menhir)
 (wrapped false)
 (libraries

   commons
   lib_parsing
   parser_python.ast
 )
 (preprocess (pps ppx_deriving.show ppx_profiling))
)
(ocamllex Lexer_python)
(menhir (modules Parser_python)
        (flags --unused-tokens --explain --fixed-exception))
