Open
Description
FParsec (an F# parser combinator library) has the concept of "user state", which can be used to maintain state between parsers.
Is there any such concept in Superpower? If not, it makes it harder to do grammars that aren't context-free.