Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dwriting.adoc12 === Use the Oxford Comma (Serial Comma)
26 === Date Format
46 === A/An and Markup Macros
77 === Numbers in Text
91 === Use American Spelling Conventions
/third_party/python/Tools/peg_generator/pegen/
Dtestutil.py27 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.py25 def __init__(self, grammar: grammar.Grammar):
48 def validate_grammar(the_grammar: grammar.Grammar):
Dbuild.py149 grammar: Grammar,
178 grammar: Grammar, grammar_file: str, output_file: str, skip_actions: bool = False,
Dgrammar_visualizer.py28 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
Dparser_generator.py40 def __init__(self, grammar: Grammar, tokens: Dict[int, str], file: Optional[IO[Text]]):
Dpython_generator.py133 grammar: grammar.Grammar,
Dc_generator.py345 grammar: grammar.Grammar,
Dgrammar.py44 class Grammar: class
/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