Skip to content

siddharthroy12/noa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noa

Noa is a lightweight, embeddable scripting language written in Rust.

Learn Noa

Build Noa

  1. Make sure that you are Rust complier installed and all of its dependencies
  2. Clone this repo.
  3. Run cargo build or cargo run to build or run the interpreter

Usage

noa [script] will run the script.

Grammar

If you are interested in the grammar definitions of this language you can read it here.

TODO

  • Add break statement
  • Add ++ -- expression
  • Add continue statement
  • Add standard library functions

About

Noa is a lightweight, embeddable scripting language written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages