https://github.com/jdonszelmann/rust-lwb
https://github.com/jdonszelmann/rust-lwb
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdonszelmann/rust-lwb
- Owner: jdonszelmann
- License: mit
- Created: 2022-01-29T18:19:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T11:15:03.000Z (about 4 years ago)
- Last Synced: 2025-03-05T22:51:29.391Z (over 1 year ago)
- Language: Rust
- Size: 1.86 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jonay2000/rust-lwb/actions/workflows/ci.yml)
# Rust Language Workbench
This is a project inspired by the TU Delft programming languages group's project called
[spoofax](https://www.spoofax.dev/). The goal is to make designing new programming languages
easy by providing a number of tools.
* A parser framework. Rust-lwb uses a PEG parser, which uses [syntax definition
files](TODO: DOCS).
* A library to build typecheckers easily. This uses github's [stackgraph](https://docs.rs/stack-graphs).
* A library to make code generation easy. No work has been done on this at the moment, but it is planned.
## License
Licensed under the MIT License