Skip to content
forked from jumang4423/nylang

a cute language with a bunch emojišŸ¶

Notifications You must be signed in to change notification settings

bruh-boys/nylang

Ā 
Ā 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

60 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

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šŸ¶

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.4%
  • Other 0.6%