int lime_compile_grammar_in_process_ex(const char *grammar_text, size_t len, struct ParserSnapshot **out_snapshot, char **error, int *out_nconflict)
Like lime_compile_grammar_in_process, but also reports the number of LALR conflicts the compose resol...
int lime_compile_grammar_in_process(const char *grammar_text, size_t len, struct ParserSnapshot **out_snapshot, char **error)
Compile grammar text into a runtime ParserSnapshot, in-process.