#include <constraint_grammar.h>
Inheritance diagram for constraint_grammar:
Public Member Functions | |
constraint_grammar (const string &) | |
Create a grammar loading it from a file. | |
void | get_rules_head (const string &, list< ruleCG > &) const |
add to the given list all rules with a head starting with the given string |
|
Create a grammar loading it from a file.
|
|
add to the given list all rules with a head starting with the given string
|