A statically typed programming language which is a mix of typescript and rust, written in rust.
You can find all of the language's features here.
- ✔️ | Parser
- ✔️ | Lexer
- ✔️ | AST structure
- ✔️ | Error handling and messages
 
- ✖️ | Compiler
- 🕒 | Type checker
- ✖️ | Bytecode compiler
 
- ✖️ | Runtime
- ✖️ | Bytecode interpreter
- ✖️ | JIT compiler
 
main {
    print("Hello World");
}
If you're interested in the future of this project, feel free to contribute to it!