Home
last modified time | relevance | path

Searched refs:tok_file (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
H A Dkeywordgen.py59 with args.tokens_file as tok_file:
60 all_tokens, exact_tok, non_exact_tok = generate_token_definitions(tok_file)
H A Dbuild.py221 with open(tokens_file, "r") as tok_file:
222 all_tokens, exact_tok, non_exact_tok = generate_token_definitions(tok_file)

Completed in 1 milliseconds