Hey scratchers,
As you know, I'm making an OS called Xenotype, and a programming language comes with it. Its called EPack(Actually E,E#,E++,E* is short form). I'm not sure how I am going to htde the lists but...anyway, heres the first release of the EPack Coder and Compiler. Code so far:
Every program has:
int main()
{
your code here
stop()
}
some basic code are:
int var name=var value --> Defines your own variables
prt var name or text --> if you enter a var name, the value will be printed; if not, the text will be printed in output
thats all for now! you can load the basic program to see.
Offline
That will be interesting on how this will be done.
Offline