https://github.com/willothy/unnamed-compiler
https://github.com/willothy/unnamed-compiler
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willothy/unnamed-compiler
- Owner: willothy
- Created: 2023-11-24T10:50:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T10:54:33.000Z (over 2 years ago)
- Last Synced: 2025-02-05T04:46:15.642Z (over 1 year ago)
- Language: Rust
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project
## Todo
- [ ] Refactor file cache to have more ergonomic access than `Rc>>`
- [ ] LHS expression differentiation / context-based parsing
- [ ] Pattern matching expression parsing + tests