/TINY-in-Haskell

TINY Compiler in Haskell

Primary LanguageHaskell

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.