class tokeniser :Flx_parse.token list ->object..end
val mutable current_token_index : intval mutable tokens : Flx_parse.token listval mutable tokens_copy : Flx_parse.token listmethod report_syntax_error : unitmethod token_src : Lexing.lexbuf -> Flx_parse.tokenmethod token_peek : Lexing.lexbuf -> Flx_parse.token