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
- Host: GitHub
- URL: https://github.com/mtvee/cterp
- Owner: mtvee
- License: mit
- Created: 2019-03-18T16:08:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T05:59:34.000Z (over 7 years ago)
- Last Synced: 2025-08-01T14:52:10.286Z (11 months ago)
- Topics: c, cpp, interpreter
- Language: C
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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