v0.1.0

Tokenizing of the following types:

const
variable
=
i64 numbers
;
+
-
*
/

Turning the tokens into AST nodes with their symbols

Properly constructing the AST using theses nodes

Walking the tree to build LLVM IR (for now the final LLVM representation should print the final values contained in each const)

Using the LLVM toolchain to compile the binary

Basic validation for parsing ie: invalid expressions 1/0, 2+2+, 3++3, etc...

No due date
33% Completed