Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-11-04 | switch from specific declarations to generic AST | Melody Horn | -277/+438 |
2020-11-04 | preserve more info about declarations | Melody Horn | -16/+164 |
2020-11-04 | add ability to extract declarations from file | Melody Horn | -1/+132 |
2020-11-04 | bump to version 0.0.5 | Melody Horn | -1/+1 |
2020-11-04 | add more arguments to behave more like gcc | Melody Horn | -3/+9 |
2020-11-04 | bring in updates to spec | Melody Horn | -175/+186 |
2020-10-25 | add octal literals | Melody Horn | -1/+1 |
2020-10-25 | add fragile keyword | Melody Horn | -1/+1 |
2020-10-25 | drop ZWJ et al from identifiers | Melody Horn | -1/+1 |
2020-10-25 | don't print header names | Melody Horn | -1/+0 |
2020-10-25 | it helps if you write out the correct thing | Melody Horn | -2/+2 |
2020-10-25 | do more than just emit QBE IR | Melody Horn | -5/+36 |
2020-10-25 | add crowbarc-reference script | Melody Horn | -0/+26 |
2020-10-24 | oh right, mypy | Melody Horn | -2/+2 |
2020-10-24 | compile "hello, world" at least | Melody Horn | -0/+126 |
2020-10-14 | throw early draft of parser into the world | Melody Horn | -0/+278 |