Ok got it I am currently making a simple traspilier for js that will traspile a basic like but powerful language which I call skull script.
I will also write if I got time in it smallbasic.js for converting sb to online js html code.
The most of the work of it is over just finishing left.
I could give a example :
It's just like typescript converts to js but typescript offers some great features while skull script is as powerful as js but not more than typescript.
Well see how it goes if we got some community we could extend it more.
Currently I made its transpilier in csharp but I will make one more copy of it in cpp or c for cross platform support and if got time a js version.
I will also write if I got time in it smallbasic.js for converting sb to online js html code.
The most of the work of it is over just finishing left.
I could give a example :
PHP Code:
let x = "hello world from skull script!!"
Console.log(x)
if a > b
Console.log("a > b")
end
Well see how it goes if we got some community we could extend it more.
Currently I made its transpilier in csharp but I will make one more copy of it in cpp or c for cross platform support and if got time a js version.
ZS