Description
This parser: LiteralNilExplicitLengthInCharsParser is scary.
It takes N the number of characters and creates a regex using it, then uses the same techniques as LiteralNilPatternParser, except that unlike the normal way that is used, this regex is turned into a Scala combinator parser, and all of this happens at runtime!
This has to be rewritten.