This is an interpreter concept written in C.
The goal is to allow people that are learning how a compiler works, to understand some of its parts.
It started as a college proposal but because of the interest of some people we've created this repo.
- Find tests library [OK]
- Encontramos uma biblioteca chamada cmockery em http://cmockery.googlecode.com/
- Install library and test it [OK]
- Write test functions [TODO]