Searched defs:Grammar (Results 1 – 11 of 11) sorted by relevance
| /third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
| D | writing.adoc | 12 === 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/ |
| D | testutil.py | 27 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 | 25 def __init__(self, grammar: grammar.Grammar): 48 def validate_grammar(the_grammar: grammar.Grammar):
|
| D | build.py | 149 grammar: Grammar, 178 grammar: Grammar, grammar_file: str, output_file: str, skip_actions: bool = False,
|
| D | grammar_visualizer.py | 28 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
|
| D | parser_generator.py | 40 def __init__(self, grammar: Grammar, tokens: Dict[int, str], file: Optional[IO[Text]]):
|
| D | python_generator.py | 133 grammar: grammar.Grammar,
|
| D | c_generator.py | 345 grammar: grammar.Grammar,
|
| D | grammar.py | 44 class Grammar: class
|
| /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
|