Skip to content

Milestones

List view

  • Creating the foundations of ORBIT - [ ] Interpreting - [ ] Basic Debugging (`debug` statement) - [ ] Entry Function - [ ] Strict Typing & Type Checking - [ ] Basic Arithmetic & Logic - [ ] Block Expressions - [ ] If (Else) Expressions - [ ] Loops (`loop` expressions) - [ ] Loops (`while` statement) - [ ] Functions Note that this milestone does NOT include: - Compiling to `ksm` - Returning values from functions - Passing values to functions - Passing arguments to `main` - Mutability - Namespaces - Any type of struct/enum/tuple/array - Standard library - Read-Evaluate-Print-Loop (REPL)

    No due date