A Simple Interpreter for the C Language
Go to file
OusmBlueNinja 9682b44a7a V 0.1.0
2024-12-24 13:34:24 -06:00
src V 0.1.0 2024-12-24 13:34:24 -06:00
.gitignore V 0.1.0 2024-12-24 13:34:24 -06:00
main.c V 0.1.0 2024-12-24 13:34:24 -06:00
README.md V 0.1.0 2024-12-24 13:34:24 -06:00

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