C_Interpreter/README.md
OusmBlueNinja 9682b44a7a V 0.1.0
2024-12-24 13:34:24 -06:00

18 lines
312 B
Markdown

# C_Interpreter
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)