Home
last modified time | relevance | path

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

/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
/third_party/boost/boost/proto/
Ddebug.hpp269 … #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/
Dgrammar.hpp341 struct Grammar struct
/third_party/boost/libs/proto/example/
Dlambda.hpp458 struct Grammar struct