aboutsummaryrefslogtreecommitdiff
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-28bump to v0.0.6Melody Horn-1/+1
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-4/+4
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/+6
2020-11-05compile based on the fancy new ASTMelody Horn-136/+125
2020-11-05test AST with the full power of our scdoc translationMelody Horn-108/+598
2020-11-04switch from specific declarations to generic ASTMelody Horn-330/+492
2020-11-04preserve more info about declarationsMelody Horn-18/+181
2020-11-04add ability to extract declarations from fileMelody Horn-1/+170
2020-11-04bump to version 0.0.5Melody Horn-30/+46
2020-11-04add more arguments to behave more like gccMelody Horn-4/+16
2020-11-04bring in updates to specMelody Horn-194/+203
2020-10-25make sure line endings don't get fucked upMelody Horn-0/+8
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-25write a real READMEMelody Horn-0/+26
2020-10-25don't print header namesMelody Horn-1/+0
2020-10-25it helps if you write out the correct thingMelody Horn-3/+3
2020-10-25do more than just emit QBE IRMelody Horn-6/+37
2020-10-25add crowbarc-reference scriptMelody Horn-0/+29
2020-10-25correctly build on python 3.7Melody Horn-1/+3
2020-10-24build on python 3.7Melody Horn-15/+2
2020-10-24oh right, mypyMelody Horn-2/+2
2020-10-24compile "hello, world" at leastMelody Horn-0/+158
2020-10-20nudge version to 0.0.2Melody Horn-1/+1
2020-10-15add license fileMelody Horn-0/+55
2020-10-14fix CIMelody Horn-0/+1
2020-10-14debug CI, part 4Melody Horn-49/+49
2020-10-14debug CI, part 3Melody Horn-30/+30
2020-10-14debug CI, part 2Melody Horn-16/+16
2020-10-14debug CIMelody Horn-4/+21
2020-10-14throw early draft of parser into the worldMelody Horn-0/+554