token {Ramble} | R Documentation |
token
is a new primitive that ignores any space before and after
applying a parser to a token.token
is a new primitive that ignores any space before and after
applying a parser to a token.
token(p)
p |
is the parser to have spaces stripped. |
Digit
, Lower
, Upper
,
Alpha
, AlphaNum
, SpaceCheck
,
String
, ident
, nat
,
space
, identifier
,
natural
, symbol
token(ident()) (" variable1 ")