bruh-boys / nylang

a cute language with a bunch emoji🐶

Home Page:https://jumang-potaru.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nylang

rust test action

a cute language with a bunch emoji

documentation

WIKI

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

About

a cute language with a bunch emoji🐶

https://jumang-potaru.dev/


Languages

Language:Rust 99.4%Language:Shell 0.3%Language:Dockerfile 0.3%