aboutsummaryrefslogtreecommitdiff
path: root/crowbar_reference_compiler
AgeCommit message (Expand)AuthorLines
2020-12-28properly parse parenthesized atomic expressionsHEADmainMelody Horn-0/+2
2020-12-28implement '\n'Melody Horn-0/+2
2020-12-28implement while loopsMelody Horn-1/+29
2020-12-28retain function call return valueMelody Horn-4/+7
2020-12-28make different incorrect assumptions about typesMelody Horn-1/+8
2020-12-23fix some typing edge casesMelody Horn-2/+2
2020-12-23implement a bunch more stuffMelody Horn-18/+295
2020-11-05add some more instructionsMelody Horn-24/+86
2020-11-05fix type checkingMelody Horn-0/+1
2020-11-05compile based on the fancy new ASTMelody Horn-131/+117
2020-11-05test AST with the full power of our scdoc translationMelody Horn-38/+245
2020-11-04switch from specific declarations to generic ASTMelody Horn-277/+438
2020-11-04preserve more info about declarationsMelody Horn-16/+164
2020-11-04add ability to extract declarations from fileMelody Horn-1/+132
2020-11-04bump to version 0.0.5Melody Horn-1/+1
2020-11-04add more arguments to behave more like gccMelody Horn-3/+9
2020-11-04bring in updates to specMelody Horn-175/+186
2020-10-25add octal literalsMelody Horn-1/+1
2020-10-25add fragile keywordMelody Horn-1/+1
2020-10-25drop ZWJ et al from identifiersMelody Horn-1/+1
2020-10-25don't print header namesMelody Horn-1/+0
2020-10-25it helps if you write out the correct thingMelody Horn-2/+2
2020-10-25do more than just emit QBE IRMelody Horn-5/+36
2020-10-25add crowbarc-reference scriptMelody Horn-0/+26
2020-10-24oh right, mypyMelody Horn-2/+2
2020-10-24compile "hello, world" at leastMelody Horn-0/+126
2020-10-14throw early draft of parser into the worldMelody Horn-0/+278