Morpho is a functional language, where function is matter itself and all things in existence✨
- Parsing vars and basic implemented funcs
- Func recursion and base print
- Conditional branches
- Eq (==, <, >, <=, >=)
- XOR, MOD, logical operation (&&, ||, !)
- Loops blocks (for, while)
- Func like structures with fields
- Error Handling
- Self write Lexer
- Package manager
- LSP Server
- CoreLib
- FFI
- Vm + Self bytecode Compiler
- LLVM Compiler
- Async
- MultiThreads