Clear rcx before calling exit
Don't add an "end proc" label if there isn't a return in the proc.
Fixed small bug with int fmt added.
Asm files for the bootstrapped and self-hosted versions of the compiler
Finished bootstrap compiler!
Fixed bug with globals not being added as data.
Rename 'pone' and 'ptwo' and other cleanups
Fixed local lookup, implemented return
Parse array set, get, and started proc definition
dplassgitpushed 4 commits to trunk • 3a2feba…4ece0e1 • on Apr 29, 2024
dplassgitpushed 4 commits to trunk • 8fb11e7…3a2feba • on Apr 28, 2024
Implemented input (read from stdin).
Closes #6
Function calls that ignore return value.
Closes #7
dplassgitpushed 2 commits to trunk • 2ce7152…86b3d1b • on Apr 26, 2024
Implement array get, set.
Closes #4 ,
#5 .
dplassgitpushed 2 commits to trunk • c57d9a3…2ce7152 • on Apr 26, 2024
Merge Keyword and Symbol token types.
Closes #2
dplassgitpushed 2 commits to trunk • 6867fbd…c57d9a3 • on Apr 25, 2024
More samples, fixed readme.
dplassgitpushed 2 commits to trunk • 963abdc…75ec36b • on Apr 25, 2024
Implement char literals.
Closes #1 .
Updated readme. Started to work on symbol table
dplassgitpushed 5 commits to trunk • 3764155…1b5b098 • on Apr 22, 2024
You can’t perform that action at this time.