Commit Graph

3 Commits

Author SHA1 Message Date
7bac4306c3 Add base branch logic
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-04-07 00:00:04 -07:00
4d005494a3 assignment: Add variable assignment
* Syntax for x = y
* Compiler creates Inst::Store thunks
* New Vm::store function

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-04-02 01:55:51 -07:00
bfe7ca33bd Initial commit
* Parser, compiler, objects, and VM base implementations
* Stuff will print out, functions called, etc
* There are probably plenty of bugs but this is a good starting point to
  start committing changes into git

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-04-01 22:34:35 -07:00