Module Frontend.Debugging

Some helpers for debugging

val lexer_logging : bool Stdlib.ref

Controls whether the lexing operations get logged

val lexer_logger : string -> unit
val lexer_pos_logger : Stdlib.Lexing.position -> unit
val grammar_logging : bool Stdlib.ref

Controls whether the parsing operations get logged

val grammar_logger : string -> unit