Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 782 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 782 Bytes

nylang

rust test action

a cute language with a bunch emoji

nylang looks like:

🐽🐽🐽 ( ".nylang/lib/__rand__.nyl" ) ;
🍙 main = 🏨 () {
   🍙 cnt = 0 ;
    🌸 (
        🏨 ( ) {
            🎤 ( 🌹 ( 16 ) ) ;
            🍙 cnt = cnt + 1 ;
            💨 cnt != 120 ;
        }
    ) ;
    🎤 ( "welcome to nylang!" ) ;
} ;

documentation

WIKI

install & uninstall

  • install
cargo install --git https://github.com/jumang4423/nylang
  • uninstall
cargo uninstall nylang