Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 549 Bytes

TINY-in-Haskell

A brief description of TINY.

Version 1:

Recursive-descent parser, in stupid C style, with ugly error handler. Completed.

Version 2:

Rewrite version 1, using Monad. Under construction.

Next Version:

I will rewrite it after learning Combinator Parsing, or some tools like Parsec or Alex&Happy.

License

This project is licensed under the WTFPL.