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

https://github.com/mtvee/cterp

a C interpreter
https://github.com/mtvee/cterp

c cpp interpreter

Last synced: 3 months ago
JSON representation

a C interpreter

Awesome Lists containing this project

README

          

# cterp
A C interpreter with matrices and pointers

Changes
-------

* use CMake for build
* refactored code into lib.c
* removed conio refs if not _WIN32
* MIT License (with original authors permission)

TODO
----

* lots of clang warnings
* unit tests
* switch
* structs

original code: https://github.com/Pconst167/C_Interpreter