Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 775 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 775 Bytes

Lazy

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.

Progress

  • ✔️ | Parser
    • ✔️ | Lexer
    • ✔️ | AST structure
    • ✔️ | Error handling and messages
  • ✖️ | Compiler
    • 🕒 | Type checker
    • ✖️ | Bytecode compiler
  • ✖️ | Runtime
    • ✖️ | Bytecode interpreter
    • ✖️ | JIT compiler

"Hello World" in Lazy

main {
    print("Hello World");
}

Contributing

If you're interested in the future of this project, feel free to contribute to it!