Searched defs:Grammar (Results 1 – 12 of 12) sorted by relevance
| /third_party/python/Tools/peg_generator/pegen/ |
| D | testutil.py | 26 def generate_parser(grammar: Grammar) -> Type[Parser]: 78 def generate_c_parser_source(grammar: Grammar) -> str: 86 grammar: Grammar, path: pathlib.PurePath, debug: bool = False,
|
| D | validator.py | 12 def __init__(self, grammar: grammar.Grammar) -> None: 37 def validate_grammar(the_grammar: grammar.Grammar) -> None:
|
| D | build.py | 212 grammar: Grammar, 241 grammar: Grammar,
|
| D | grammar_visualizer.py | 27 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
|
| D | python_generator.py | 195 grammar: grammar.Grammar,
|
| D | parser_generator.py | 93 def __init__(self, grammar: Grammar, tokens: Set[str], file: Optional[IO[Text]]):
|
| D | c_generator.py | 357 grammar: grammar.Grammar,
|
| D | grammar.py | 43 class Grammar: class
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
| D | writing.adoc | 23 === Use the Oxford Comma (Serial Comma) 38 === Use AP Title Case for Chapter and Section Titles
|
| /third_party/node/deps/cjs-module-lexer/ |
| D | README.md | 61 ### Grammar subsection in CJS Module Lexer
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| D | grammar.py | 22 class Grammar(object): class
|
| /third_party/node/deps/v8/src/torque/ |
| D | earley-parser.h | 422 explicit Grammar(Symbol* start) : start_(start) {} in Grammar() function
|