Home
last modified time | relevance | path

Searched defs:Grammar (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
Dtestutil.py26 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,
Dvalidator.py12 def __init__(self, grammar: grammar.Grammar) -> None:
37 def validate_grammar(the_grammar: grammar.Grammar) -> None:
Dbuild.py212 grammar: Grammar,
241 grammar: Grammar,
Dgrammar_visualizer.py27 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
Dpython_generator.py195 grammar: grammar.Grammar,
Dparser_generator.py93 def __init__(self, grammar: Grammar, tokens: Set[str], file: Optional[IO[Text]]):
Dc_generator.py357 grammar: grammar.Grammar,
Dgrammar.py43 class Grammar: class
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dwriting.adoc23 === Use the Oxford Comma (Serial Comma)
38 === Use AP Title Case for Chapter and Section Titles
/third_party/node/deps/cjs-module-lexer/
DREADME.md61 ### Grammar subsection in CJS Module Lexer
/third_party/python/Lib/lib2to3/pgen2/
Dgrammar.py22 class Grammar(object): class
/third_party/node/deps/v8/src/torque/
Dearley-parser.h422 explicit Grammar(Symbol* start) : start_(start) {} in Grammar() function