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

https://github.com/pjones/turtle

megaparsec demonstration
https://github.com/pjones/turtle

Last synced: 7 months ago
JSON representation

megaparsec demonstration

Awesome Lists containing this project

README

          

# The turtle mini-language parser

A demonstration of how to use the [megaparsec][] library to write a
language parser.

The language parsed by this tool is the turtle mini-language described
in exercise 4 of The Pragmatic Programmer, 20th Anniversary Edition by
David Thomas and Andrew Hunt.

[megaparsec]: https://hackage.haskell.org/package/megaparsec