Skip to content

BookOwl/nemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nemo logo

fish by -stache-

Using

Warning! nemo is in pre-pre-alpha, everything may change at a moment's notice or stop working at all. You can build nemo with cargo:

$ git clone https://github.com/nemo-lang/nemo
$ cd nemo
$ rustup override set nightly # nemo requires nightly Rust to build
$ cargo build

You can start the REPL by either passing no arguments or the --repl flag to nemo:

$ ./target/debug/nemo # --repl is optional

You can run a file by passing its name as an argument:

$ ./target/debug/nemo example.nemo

Examples

See the examples directory for some example nemo programs.

License

nemo is UNLICENSED.