🦦 Stoat
Stoat is a simple, agile interpreted programming language.
It's currently in a very work in progress state.
Keep in mind I have basically no experience regarding actually writing programming languages, so this is meant to be a nice challenge where I can learn a lot of stuff along the way.
- Rust-like syntax
- Very simple to just get going
- Smol
- Be able to complete aoc 2024 in it
- – Custom types (structs/enums)
- – Traits/methods
- – Static type checking
- – Bug squashing
Stoat is open to any new contributions.
If you feel like you can enhance this project - please open an issue and/or pull
request.
This project follows
conventional commits spec.
If your pull request's code can be hard to understand, please add comments to
it.
This project is available under MIT License conditions.