Parser that matches any token value, consumes and returns it.
Only fails when there are no more tokens.
Inverse of end.
Use token instead if you intend to immediately transform the value.
Use satisfy if there is a test condition but no transformation.
Parser that matches any token value, consumes and returns it.
Only fails when there are no more tokens.
Inverse of end.
Use token instead if you intend to immediately transform the value.
Use satisfy if there is a test condition but no transformation.