alpag.net manual
Parser / Programing interface / Resetting
< Basic operation | Reading input >

Resetting

Once parsing session is finished parser instance can be discarded or reused to perform another processing. Before reusing parser instance it must be reset using:

void ResetParser( [ParserResetOptions opts] )

Only option available is:

  • ShrinkBuffers – release memory used by inner parser structures (stack)
  • < Basic operation | Reading input >
    Alpag Manual