Skip to content

Im-Beast/stoat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦦 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.

🎯 Basic "goals"

  • Rust-like syntax
  • Very simple to just get going
  • Smol
  • Be able to complete aoc 2024 in it

📝 What needs to be done

  • – Custom types (structs/enums)
  • – Traits/methods
  • – Static type checking
  • – Bug squashing

🤝 Contributing

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.

📝 Licensing

This project is available under MIT License conditions.