C_Interpreter/README.md

18 lines
312 B
Markdown
Raw Normal View History

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)