Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mendelsshop/macro-lang
https://github.com/mendelsshop/macro-lang
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendelsshop/macro-lang
- Owner: mendelsshop
- License: mit
- Created: 2024-05-16T04:56:50.000Z (7 months ago)
- Default Branch: mini
- Last Pushed: 2024-10-28T18:36:31.000Z (about 2 months ago)
- Last Synced: 2024-10-28T19:42:53.049Z (about 2 months ago)
- Language: Rust
- Size: 218 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macro
Reimplementation of rackets macro sysstem in rust for my compiler.
Following this [code](https://github.com/mflatt/expander) (currently on mini).