Warning
This repo has been moved to BaskttLang/BaskttLang
code example:
@use man;
fun Main => {
var name = "Miguel";
if(name === "Miguel") {
ball.text("Hello, " + name + "!");
} else {
ball.text("Hello, stranger!");
}
}
return(nothing);
requirements:
- nodejs
- only that installing directy:
npm install --global https://github.com/StumbDev/basktt.git
basktt --version
0.1.0Manual:
git clone https://github.com/StumbDev/basktt.git
cd basktt
npm i
npm run build
cd dist
npm install --global .Via install scriptindev
# Linux/Mac
curl -fsSL https://stumbdev.github.io/basktt/install | bash# Windows
powershell -c "irm https://stumbdev.github.io/basktt/install.ps1" | iex"