Frontend.Input_warningsA module to contain the mutable state used to track warnings from the parser and lexer.
As something of a hack, Input_warnings keeps track of which warnings the lexer has emitted as a form of hidden state, which must be initialized and collected.
val collect : unit -> Warnings.t listReturns all of the warnings issued since init was called.