casual-script
v1.0.1
Published
A programming language based on my daily language
Downloads
122
Readme
Casual Script
Casual Script is a new programming language. It's very modern, and easy to learn. No programming experience required.
Install & Run
Install from npm
npm i -g casual-script
Or Clone this repository
git clone https://github.com/nizaralghifary/casual-script.git
Run
If you install from npm, run casual script using nzr
command
nzr example/example1.nzr
Or run from this repository
node interpreter.js example/example1.nzr
Example
Example :
anggep umur itu 21
nampilin "umur kamu " + umur
kalo umur lebih gede 20
nampilin "kamu tua"
anggep umurku itu umur + 10
nampilin "kalo umurku " + umurku
kalo umurku lebih gede 30
nampilin "aku lebih tua"
udahlah
kalogak
nampilin "dasar bocil"
udahlah
nampilin "udahan lah"
nampilin "Jumlah: " + jumlah
ganti jumlah itu 12
nampilin "Jumlah: " + jumlah
anggep isActive itu bener
nampilin "Active: " + isActive
cobain i sampe 10
kalo i lebih gede 3
nampilin "Loop ke " + i
kayaknya i itu 3
nampilin "Loop ke 3 : " + (i == 3)
udahlah
udahlah
Command
Some command just like javascript, the only different is keyword and this language will translate to javascript and run as javascript. I know, this is just for fun.
Disclaimer
This project is just for fun. It is a reimplementation of jaksel-language. This project is intended for educational purposes only and is not production-ready