- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
new parser tool - parboiled
Thu, 2010-09-09, 12:21
I would like to recommend a new DSL parser tool, parboiled,
which I successfully used recently in a Scala project
and which was easier for me to understand and use than the built-in Scala parser
combinators, even though my only reference was Scaladoc of the package.
http://wiki.github.com/sirthias/parboiled/simple-scala-example