split out h_pprint_lr_info for debugging purposes

This commit is contained in:
Sven M. Hallberg 2015-09-16 23:42:18 +02:00
parent 42d35fb883
commit ff55937e00
3 changed files with 40 additions and 29 deletions

View file

@ -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