nylang
v0.1.22
Published
<!--  -->
Readme
nylang
a cute language with a bunch emoji
documentation
usage
dependancies
- rust ( cargo )
install & uninstall
install
chmod +x scripts/install.sh && ./scripts/install.shuninstall
chmod +x scripts/uninstall.sh && ./scripts/uninstall.shquick demo
cargo run --release run samples/demo.nylexcution
show help
nylangrun program
nylang run <filename>.nylshow tokens program
nylang lexer <filename>.nylshow tree
nylang parser <filename>.nylexcute uisng docker
- to start the container
docker compose up -d- entering shell
docker compose exec nylang bash