Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 799 Bytes

File metadata and controls

34 lines (26 loc) · 799 Bytes

Sosij Programming Language

Sosij_1_1746681480221

the best programming language on Earf
also I am an ogre (^^)

UH.. the language.. spec?

Work in progress, coming soon... >:3

  • strongly typed language
  • let is to declare variable (type inference)
    • <type-name> can also be specified instead of let keyword

Quickstart

To compile and run the demo compiler:

    $ gcc bob.c -o bob
    $ ./bob run

It will also run build/sosijc along with assembling and linking the out.s output of sosijc
which will produce out executable
Now, run:

    $ ./out

TODO

  • get simple hello world program working
    print("Hello World");