Bubble Foundry


Posts tagged with: parser combinators

How to get enumerations when using Scala’s parser combinators
This took me a while to figure out, so I figure it’s worth sharing here. In the end it’s quite simple thanks to Parser’s ^? method, but it took me a while to figure out: Read more – ‘How to get enumerations when using Scala’s parser combinators’.