var x = 10; var name = "Alice"; var tt = "amartya"; print name + " " + tt; print x*2+4;
And the compilation will stop if encountered any error
g++ simplang.cpp -o simplelang_compiler .\simplelang_compiler.exe test.sl .\output.exe
It is technically correct requires semi colon after every print statement . IT HAS RULES JUST LIKE A NORMAL PROGRAMMING LANGUAGE