Skip to content

Sosij Lang - The best programming language to ever set foot on Earf

Notifications You must be signed in to change notification settings

DaStoopidGuy/sosij

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");
    

About

Sosij Lang - The best programming language to ever set foot on Earf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages