Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 263 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 263 Bytes

SuperSimple in perl by anito

Usage :

perl compiler.pl <file.sssc> -c output_file_inc -e

-c for compile to a C file


-e for compile C file

Docs for the moment :

PRINT : Simple Print ;
RETURN : return for the C main;