declare h_cfgrammar_new in cfgrammar.h
This commit is contained in:
parent
732545274a
commit
f041775bb9
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ static inline HStringMap *h_stringmap_get_char(const HStringMap *m, const uint8_
|
||||||
*/
|
*/
|
||||||
HCFGrammar *h_cfgrammar(HAllocator* mm__, const HParser *parser);
|
HCFGrammar *h_cfgrammar(HAllocator* mm__, const HParser *parser);
|
||||||
|
|
||||||
|
HCFGrammar *h_cfgrammar_new(HAllocator *mm__);
|
||||||
|
|
||||||
/* Frees the given grammar and associated data.
|
/* Frees the given grammar and associated data.
|
||||||
* Does *not* free parsers' CFG forms as created by h_desugar.
|
* Does *not* free parsers' CFG forms as created by h_desugar.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue