Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun postProcess(result: ParseResult<out Node>, configuration: ParserConfiguration)
Makes the parser do a post-parsing step before the result is returned to the user.
Link copied to clipboard
open fun preProcess(innerProvider: Provider): Provider
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.