Instantiates a parser suitable for the given InputType.
This is completely equivalent to
auto parser = chooseLexer!(InputType, reuseBuffer)(alloc, handler) .parser!(preserveWhitespace)(handler)
See Implementation
Instantiates a parser suitable for the given InputType.
This is completely equivalent to