Home
last modified time | relevance | path

Searched refs:the_grammar (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
Dvalidator.py48 def validate_grammar(the_grammar: grammar.Grammar):
50 validator = validator_cls(the_grammar)
51 for rule_name, rule in the_grammar.rules.items():
/third_party/boost/boost/graph/detail/
Dread_graphviz_spirit.hpp272 the_grammar = (!as_lower_d[keyword_p("strict")]) in definition()
287 rule_t const& start() const { return the_grammar; } in start()
572 rule_t the_grammar; member