https://github.com/studyresearchprojects/calc-lang
A toy programming language written in Rust implementing parser combinators
https://github.com/studyresearchprojects/calc-lang
Last synced: 6 months ago
JSON representation
A toy programming language written in Rust implementing parser combinators
- Host: GitHub
- URL: https://github.com/studyresearchprojects/calc-lang
- Owner: StudyResearchProjects
- Created: 2021-06-08T23:11:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T18:51:55.000Z (over 4 years ago)
- Last Synced: 2025-08-04T01:01:15.215Z (6 months ago)
- Language: Rust
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
calc-lang
A toy programming language written in Rust implementing parser combinators