Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashwanthkumar/parser-combinator
- Owner: ashwanthkumar
- Created: 2015-05-19T19:18:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T19:18:54.000Z (over 9 years ago)
- Last Synced: 2024-04-14T09:19:02.287Z (7 months ago)
- Language: Scala
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.