https://github.com/molnarmark/bench
🗜️ The Bench Programming language. Just a toy. WIP.
https://github.com/molnarmark/bench
Last synced: 3 months ago
JSON representation
🗜️ The Bench Programming language. Just a toy. WIP.
- Host: GitHub
- URL: https://github.com/molnarmark/bench
- Owner: molnarmark
- License: mit
- Created: 2019-03-21T20:14:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T18:53:28.000Z (over 7 years ago)
- Last Synced: 2025-10-12T19:56:02.146Z (9 months ago)
- Language: Crystal
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bench
The Bench Programming Language.
## Roadmap
- [ ] If statement
- [ ] Parsing unary & comparison expressions
- [ ] Parser for maps
- [ ] Parser for structs
- [ ] Parser for lambdas
- [ ] Increment & decrement operators
- [ ] Improve syntax errors
- [ ] Implement targets (mainly lua for now)
- [ ] Implement argument parsing for functions