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.
- Host: GitHub
- URL: https://github.com/dfinity/motoko.rs
- Owner: dfinity
- License: apache-2.0
- Created: 2022-07-28T17:30:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T21:45:11.000Z (8 months ago)
- Last Synced: 2025-08-19T21:52:42.028Z (8 months ago)
- Language: Rust
- Size: 793 KB
- Stars: 10
- Watchers: 8
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.