Searched refs:pgen (Results 1 – 12 of 12) sorted by relevance
34 union pgen union46 union pgen base;47 union pgen tail;48 union pgen head;
285 boost::scoped_ptr<big_fib_gen> pgen(new big_fib_gen); in t5() local291 std::cout << (*pgen)() << std::endl; in t5()
26 from . import grammar, parse, token, tokenize, pgen121 g = pgen.generate_grammar(gt)
665 pgen and _freeze_importlib executables from being cross-compiled.
62 implementations after the removal of pgen.218 Regenerate :mod:`keyword` from the Grammar and Tokens file using pgen. Patch
743 Fix the cross-compiling pgen rule for in-tree builds. Patch by Xavier de
244 Retire pgen and use a modified version of pgen2 to generate the parser.
1954 Disable the rules for running _freeze_importlib and pgen when1966 Fix the cross-compiling pgen rule for in-tree builds. Patch by Xavier de
2133 pgen and _freeze_importlib executables from being cross-compiled.
3653 Disable the rules for running _freeze_importlib and pgen when
1996 * The header files and functions related to pgen have been removed after its
8168 - Issue #14321: Do not run pgen during the build if files are up to date.12659 - Don't run pgen twice when using make -j.21629 - In support of PEP 269 (making the pgen parser generator accessible21630 from Python), some changes to the pgen code structure were made; a21631 few files that used to be linked only with pgen are now linked with