An open API service indexing awesome lists of open source software.

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.

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