Searched defs:Grammar (Results 1 – 13 of 13) sorted by relevance
/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
|
/third_party/boost/boost/proto/ |
D | debug.hpp | 269 … #define BOOST_PROTO_ASSERT_MATCHES(Expr, Grammar) \ argument 278 … #define BOOST_PROTO_ASSERT_MATCHES_NOT(Expr, Grammar) \ argument
|
/third_party/boost/boost/xpressive/detail/static/ |
D | grammar.hpp | 341 struct Grammar struct
|
/third_party/boost/libs/proto/example/ |
D | lambda.hpp | 458 struct Grammar struct
|