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

312 B

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