https://github.com/Pconst167/c-interpreter
A C interpreter with matrices and pointers
https://github.com/Pconst167/c-interpreter
Last synced: 5 months ago
JSON representation
A C interpreter with matrices and pointers
- Host: GitHub
- URL: https://github.com/Pconst167/c-interpreter
- Owner: Pconst167
- License: gpl-2.0
- Created: 2018-04-26T04:50:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T03:50:30.000Z (over 3 years ago)
- Last Synced: 2024-05-18T21:39:53.526Z (11 months ago)
- Language: C
- Size: 120 KB
- Stars: 32
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - C_Interpreter
README
# A C Interpreter
A C interpreter with a good subset of the C language. Includes matrices and pointers.