graphite
Fast (๐), Memory safe (๐), Simple (๐) language compiler written in C++ (bad ๐ก) using LLVM (๐)
TODO
-
Lexer
-
Parser
-
Codegen
-
Type support
-
Type checking
-
Function definition
-
Variable definition
-
Mutable/Immutable variables
-
Null (?, !!, null)
-
If expression
-
For & While statement
-
Object generation
-
Code optimization (LLVM IR Optimization, no optimization from graphite)
-
Arrays
-
Structs
-
Module management (garbage)
-
Classes
-
Stdlib
-
Maps
-
Scope management and ownership system similar to crab lang
-
Switch expression
-
CLI
-
Rename
use
toinclude
-
Multiple codegen backend support
-
Fix bugs with pointers
-
Move type resolving logic to somewhere else from the parser
-
Add unit tests