module PRF_parser:sig..end
Parser for mapping objects of type PRF_sequencer.t_prf_seq to objects of type PRF_types.t_prf_raw.
Generated from PRF_parser.mly with ocamlyacc.
type token =
| |
SEP |
| |
EOF |
| |
NULLARY_RULE of |
| |
UNARY_RULE of |
| |
BINARY_RULE of |
| |
TRINARY_RULE of |
| |
FML of |
val main : (Stdlib.Lexing.lexbuf -> token) ->
Stdlib.Lexing.lexbuf -> PRF_types.t_prf_raw