SMC_ParseEnd Typedef

Called when parsing is halted.

typedef SMC_ParseEnd = function void(SMCParser smc, bool halted, bool failed)

Tags

smc

The SMCParser.

halted

True if abnormally halted, false otherwise.

failed

True if parsing failed, false otherwise.