aboutsummaryrefslogtreecommitdiff
path: root/crowbar_reference_compiler/ssagen.py
AgeCommit message (Collapse)AuthorLines
2020-12-28implement '\n'Melody Horn-0/+2
2020-12-28implement while loopsMelody Horn-1/+22
2020-12-28retain function call return valueMelody Horn-4/+7
2020-12-28make different incorrect assumptions about typesMelody Horn-1/+8
2020-12-23implement a bunch more stuffMelody Horn-15/+206
2020-11-05add some more instructionsMelody Horn-24/+86
2020-11-05compile based on the fancy new ASTMelody Horn-124/+113
2020-10-25don't print header namesMelody Horn-1/+0
2020-10-24oh right, mypyMelody Horn-2/+2
2020-10-24compile "hello, world" at leastMelody Horn-0/+125