2024-12-24 19:17:06 +00:00
|
|
|
# C_Interpreter
|
|
|
|
|
2024-12-24 19:34:24 +00:00
|
|
|
A Simple Interpreter for the C Language
|
|
|
|
|
|
|
|
## ToDo
|
|
|
|
|
|
|
|
- Add While
|
|
|
|
- Add Functions
|
|
|
|
- Add I/O
|
|
|
|
- Add Compialer stuff like Macros and Includes
|
|
|
|
- Make a STD Library
|
|
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
This uses `GCML` for some Macros and Memory simplifications
|
|
|
|
|
|
|
|
[GCML](https://dock-it.dev/GigabiteStudios/C-Cpp__Utilitys)
|