Module lrpar::ctbuilder

source ·

Structs

A CTParserBuilder allows one to specify the criteria for building a statically generated parser.

Enums

By default CTParserBuilder generates a parse tree which is returned after a successful parse. If the user wants to supply custom actions to be executed during reductions and return their results, they may change ActionKind to CustomAction instead.