Prexonite Today #2
In the last month I have not finished anything, but implemented a lot.
Currently Prexonite is a working, 20′000-lines-of-code calculator library with support for subroutines.
The virtual machine correctly interprets all available instructions except for static CLR calls. The application object model represents everything except parameter type constraints and commands. The CSC5 compiler recognizes only GetSet (function calls, variable assignments) and return statements; you can however write your code in Assembler if you need to.