anySymbol

fun <S> anySymbol(): Parser<S, S>

A parser that matches any symbol.

Return

A parser that returns the matched symbol and the next index.