greg
|
1fa56800c5
|
Convert parsing while, if, fn exprs to use { }
|
2017-09-19 22:10:59 -07:00 |
|
greg
|
9cc9c5977d
|
Fixed evaluation of function calls
This bit still isn't quite small-step but maybe that's okay for
functions
|
2017-09-19 22:10:57 -07:00 |
|
greg
|
c389b44bf8
|
Compile statements with variables
|
2017-09-19 22:10:57 -07:00 |
|
greg
|
a65544356c
|
Fix bug in delete routine
|
2017-09-19 22:10:57 -07:00 |
|
greg
|
10d51cc29c
|
Compile binexps
|
2017-09-19 22:10:57 -07:00 |
|
greg
|
95b773de7f
|
Compilation sequence
-move all steps of the llvm IR compilation process into the binary
|
2017-09-19 22:10:57 -07:00 |
|
greg
|
c032da712f
|
Successfully compiling a main function
|
2017-09-19 22:10:57 -07:00 |
|
greg
|
08798fb690
|
Move all LLVM functions into LLVMWrap
so I can kill the global unsafe
|
2017-09-19 22:10:57 -07:00 |
|