a language made to compile to 65c02 machine code
- functions
- variables
- structures (like c structs)
- declaring variables as zero page variables
- header files/file importing
- preprocessor definitions
- first class functions
- declaring interrupts
To build the project, follow these steps:
- Create a build directory:
mkdir build cd build - Run CMake to configure the project:
cmake ..
- Build the project:
cmake --build .
Make sure you have CMake installed on your system.
turns out it was a commit email issue, lesson learned do not put nonsense as commit email
due to poor design practices and a lack of prior knowledge there is a shocking amount of true slop and very inconsistent code.
this is mainly in the code generator as i was unaware of the what in the world i was doing