Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 459 Bytes

juliaparsec

A Parsec clone in Julia

Currently, it's pretty rudimentary. The basic operations work, but it doesn't have nice syntax, the way most parser combinator libraries do, and it's also missing pretty much any advanced feature you can think of.

Most of the current files are various attempts to figure out whether the basic approach is reasonable, both in speed and conciseness.

##License

This project is released under the MIT license.