Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashwanthkumar/parser-combinator

Hobby project to build a parser combinator on my own. Thanks to yellowflash.
https://github.com/ashwanthkumar/parser-combinator

Last synced: about 8 hours ago
JSON representation

Hobby project to build a parser combinator on my own. Thanks to yellowflash.

Awesome Lists containing this project

README

        

# Parser Combinator

After a discussion on optimizing some of the RegexParsers I was writing, one of my mentor (yellowflash) asked me to
implement a RegexParser on my own by hand on paper and code. We did it on paper together. This is my attempt at trying
to write a RegexParser in Scala with which one can implement more parsers.