This is basically a trait which contains the "public" API to fastparse packages
Custom version of ParserApi, that behaves the same as the
default but injects whitespace in between every pair of tokens.
Container for all the type-level logic around appending things
to tuples or flattening Seq[Unit]s into Units.
Container for all the type-level logic around appending things
to tuples or flattening Seq[Unit]s into Units.
Some of these implicits make liberal use of mutable state, so as to minimize allocations while parsing.
Custom version of
ParserApi, that behaves the same as the default but injects whitespace in between every pair of tokens. Also provides replacement methodsrepXand~~if you wish to call the original un-modified versions of these operators.