Skip to content

BookOwl/nemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d58040 ยท Aug 20, 2017

History

88 Commits
Aug 20, 2017
Apr 14, 2017
Apr 11, 2017
Mar 27, 2017
Mar 31, 2017
Mar 31, 2017
Apr 13, 2017
Mar 12, 2017
Mar 13, 2017
Mar 24, 2017
Mar 24, 2017

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.