yasos

How to compile

Compiling in yasos is like in gcc or g++

You can compile both in object files and binary files

yasos -o app main.ys

Yasos files have .ys extension