- Notifications
You must be signed in to change notification settings - Fork1
Im-Beast/stoat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🦦 Stoat
Stoat is a simple, agile interpreted programming language.
It's currently in avery work in progress state.
Keep in mind I have basically no experience regarding actually writingprogramming languages, so this is meant to be a nice challenge where I can learna 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 pullrequest.
This project followsconventional commits spec.
If your pull request's code can be hard to understand, please add comments toit.
This project is available underMIT License conditions.
About
Agile interpreted language