https://github.com/decorator-factory/rs-interpreter-experiments
Experimenting with DSL interpreters in Rust
https://github.com/decorator-factory/rs-interpreter-experiments
algorithms dsl interpreter programming-language rust
Last synced: 5 months ago
JSON representation
Experimenting with DSL interpreters in Rust
- Host: GitHub
- URL: https://github.com/decorator-factory/rs-interpreter-experiments
- Owner: decorator-factory
- Created: 2023-01-27T21:59:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T22:39:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T00:37:47.711Z (9 months ago)
- Topics: algorithms, dsl, interpreter, programming-language, rust
- Language: Rust
- Homepage: https://decorator-factory.github.io/rs-interpreter-experiments
- Size: 1.05 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interpretation experiments in Rust
I'm trying to make various kinds of DSL interpreters in Rust.
You can find the generated documentation on [Github Pages](https://decorator-factory.github.io/rs-interpreter-experiments)