Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 810 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 810 Bytes

Untyped Multistack Concatenative Calculus

The untyped multistack concatenative calculus, implemented in Rust. A toy programming language and prototype for Dawn.

Native REPL

To build and run the native REPL:

cargo run

Web REPL

To build the web REPL:

(cd umcci-web; wasm-pack build --target web)

To serve the web REPL using python's built-in http server:

(cd umcci-web; python3 -m http.server)

License

Licensed under the Mozilla Public License, v. 2.0.

Contribution

Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Covered Software by You, as defined in the Mozilla Public License, v. 2.0, shall be licensed as above, without any additional terms or conditions.