An open API service indexing awesome lists of open source software.

https://github.com/dfinity/motoko.rs

Motoko concrete syntax parser in Rust.
https://github.com/dfinity/motoko.rs

Last synced: 8 months ago
JSON representation

Motoko concrete syntax parser in Rust.

Awesome Lists containing this project

README

          

# `motoko.rs`

Motoko tools for Rust.

- Lexing.
- Parsing.
- Interpreter (partially implemented):
- Interactive, break-point-style debugging.
- Hot reload of code changes while preserving data.

## Out of scope

- No static type system.
- [See Motoko compiler project for type system, and definitive semantics](https://github.com/dfinity/motoko).

## Related

[Online interpreter](https://mo-vm.netlify.app/)

## Contributing

Contributions are welcome! Please check out the [contributor guidelines](https://github.com/dfinity/motoko.rs/blob/main/.github/CONTRIBUTING.md) for more information.