Skip to content

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

Notifications You must be signed in to change notification settings

ashwanthkumar/parser-combinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages