Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thaodt/wabbit
My Rust implementation for Wabbit programming language when joining great course "Writing a Compiler" from David Beazley (WIP)
https://github.com/thaodt/wabbit
compiler compiler-design wabbit
Last synced: 28 days ago
JSON representation
My Rust implementation for Wabbit programming language when joining great course "Writing a Compiler" from David Beazley (WIP)
- Host: GitHub
- URL: https://github.com/thaodt/wabbit
- Owner: thaodt
- License: mit
- Created: 2023-07-23T10:26:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T08:40:29.000Z (over 1 year ago)
- Last Synced: 2024-12-08T00:42:32.469Z (about 1 month ago)
- Topics: compiler, compiler-design, wabbit
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wabbit
My Rust implementation for [Wabbit programming language](https://www.dabeaz.com/wabbit.html) when joining the great course **["Writing a Compiler"](https://www.dabeaz.com/compiler.html)** from David Beazley.Note: There are no course materials here, just include some Wabbit programs to be used for tests.
Happy Coding! :heart: