nylang
v0.1.22
Published
<!-- ![](_img/emojis.png) -->
Downloads
8
Readme
nylang
a cute language with a bunch emoji
documentation
usage
dependancies
- rust ( cargo )
install & uninstall
install
chmod +x scripts/install.sh && ./scripts/install.sh
uninstall
chmod +x scripts/uninstall.sh && ./scripts/uninstall.sh
quick demo
cargo run --release run samples/demo.nyl
excution
show help
nylang
run program
nylang run <filename>.nyl
show tokens program
nylang lexer <filename>.nyl
show tree
nylang parser <filename>.nyl
excute uisng docker
- to start the container
docker compose up -d
- entering shell
docker compose exec nylang bash