I ended up making this programming language for the entire purpose of making it easier to write applications for the HP Prime calculator
The visual style of the language has inspiration from rust and java
I wanted to simplify the process of making apps for the calculator, so I can make more and more complex programs without being bogged down by a language that feels awful to use
malc.exe -- <source_file>
This will produce a txt file with the hp prime calculator programming language that you can use in any application.
Kinda like typescript turning into javascript
In the examples folder you will find an angledraw program
angledraw.malc is the current written program template that I made to guide myself on how to make this programming language
angledraw_intended_output.hpcalc is the hp prime calculator program that I wrote manually and have verified that it works, this is the intended target to compare against
angledraw_output.hpcalc will be the program generated by the compiler (when it is finished and working)
Documentation (Downloads on click)
Page 456 is when the programming language information shows up