https://github.com/vi/mal-rust-vi
My attempt to solve https://github.com/kanaka/mal using Rust and Pest
https://github.com/vi/mal-rust-vi
Last synced: about 1 year ago
JSON representation
My attempt to solve https://github.com/kanaka/mal using Rust and Pest
- Host: GitHub
- URL: https://github.com/vi/mal-rust-vi
- Owner: vi
- License: mit
- Created: 2018-10-16T22:39:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T14:53:57.000Z (over 4 years ago)
- Last Synced: 2025-04-15T14:13:38.128Z (about 1 year ago)
- Language: Rust
- Size: 189 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mal-rust-vi
My attempt to solve https://github.com/kanaka/mal using Rust and Pest
Note: current version depends on obsolete Pest version and does not work with today's Rust compiler.