Searched refs:generate_token_definitions (Results 1 – 2 of 2) sorted by relevance
5 from .build import build_parser, generate_token_definitions62 all_tokens, exact_tok, non_exact_tok = generate_token_definitions(tok_file)
117 def generate_token_definitions(tokens: IO[str]) -> TokenDefinitions: function157 all_tokens, exact_tok, non_exact_tok = generate_token_definitions(tok_file)