Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ruhan/lcompiler

This is an interpreter concept written in C
https://github.com/ruhan/lcompiler

Last synced: 3 months ago
JSON representation

This is an interpreter concept written in C

Awesome Lists containing this project

README

        

The Project
====
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.

TODO List
====
- Find tests library [OK]
Encontramos uma biblioteca chamada cmockery em http://cmockery.googlecode.com/
- Install library and test it [OK]
- Write test functions [TODO]