maybeIgnoreNL

fun ParserContext<TokenType, Node>.maybeIgnoreNL()

This method consumes TokenType.NL tokens to allow some multiline neatness.

This method usually is called at the end of expressions to allow some neat chaining.