Skip to content

ZhiruiLi/SimpleParserCombinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleParserCombinator

This is a simple implementation of a set of parser combinators in Scala. These combinators can be used to build a LL parser in a concise style. Further more, the code is easy to debug than the code that is generated by parser generators.

For use cases, see the example package.

About

Build a parser in a concise style.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages