the best programming language on Earf
also I am an ogre (^^)
Work in progress, coming soon... >:3
- strongly typed language
letis to declare variable (type inference)<type-name>can also be specified instead ofletkeyword
To compile and run the demo compiler:
$ gcc bob.c -o bob
$ ./bob runIt will also run build/sosijc along with assembling and linking the out.s output of sosijc
which will produce out executable
Now, run:
$ ./out- get simple hello world program working
print("Hello World");
