split out h_pprint_lr_info for debugging purposes
This commit is contained in:
parent
42d35fb883
commit
ff55937e00
3 changed files with 40 additions and 29 deletions
|
|
@ -143,5 +143,6 @@ void h_pprint_lrdfa(FILE *f, const HCFGrammar *g,
|
|||
const HLRDFA *dfa, unsigned int indent);
|
||||
void h_pprint_lrtable(FILE *f, const HCFGrammar *g, const HLRTable *table,
|
||||
unsigned int indent);
|
||||
HCFGrammar *h_pprint_lr_info(FILE *f, HParser *p);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue