Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruhan/lcompiler
- Owner: ruhan
- Created: 2010-02-23T01:31:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T20:25:12.000Z (over 6 years ago)
- Last Synced: 2024-04-24T16:15:24.678Z (7 months ago)
- Language: C
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
- AwesomeInterpreter - lcompiler
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]