here are the basics
Mat A:
[[0,1,0,0,0][[1,0,0,1,1]]
this code will cause a cls then draw an f-line from point 0,0 to 1,1. What I need the compiler to do is read this:
Cls
f-line 0,0,1,1
into the matrix format... this is a simple example and many other things will be done, for example the line number of each lable must be stored into a list so that no searching has to be done, as well as the line number of each function. I am considering making functions have declarations however which would eliminate the need for this, also it would expidite made on the fly functions (created by the code).
I could do this myself in VB, but I cant seem to be able to create the code to transfer to the calc... hard to explain, but I'm self taught and the help system doesn't work.


anyway I'm almost ready with a new demo