Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-10-25 | build both HTML and PDF distributions | Melody Horn | -3/+81 | |
2020-10-25 | protect line endings etc | Melody Horn | -0/+8 | |
2020-10-25 | fucking windows line endings smdh | Melody Horn | -565/+565 | |
2020-10-25 | add octal literals | Melody Horn | -2/+3 | |
2020-10-25 | add fragile keyword | Melody Horn | -1/+6 | |
2020-10-25 | tidy up Unicode categories | Melody Horn | -12/+11 | |
2020-10-25 | remove outdated disclaimer | Melody Horn | -3/+1 | |
2020-10-24 | simplify C comparison structure | Melody Horn | -5/+8 | |
2020-10-24 | move the C comparison to its own file | Melody Horn | -67/+72 | |
2020-10-24 | add a blog post & social links | Melody Horn | -0/+7 | |
2020-10-21 | don't compile to C after all | Melody Horn | -7/+6 | |
2020-10-20 | add detail on C VLAs | Melody Horn | -2/+6 | |
2020-10-20 | fix CI | Melody Horn | -1/+3 | |
2020-10-20 | add more details | Melody Horn | -4/+43 | |
2020-10-19 | explicitly target C | Melody Horn | -357/+421 | |
2020-10-19 | super rough draft of memory safety | Melody Horn | -22/+92 | |
2020-10-15 | add links to reference compiler and playground | Melody Horn | -0/+4 | |
2020-10-14 | allow null escape | Melody Horn | -0/+1 | |
2020-10-14 | alow enum constants | Melody Horn | -2/+2 | |
2020-10-14 | comma is a punctuator | Melody Horn | -0/+1 | |
2020-10-14 | function arguments are optional | Melody Horn | -3/+1 | |
2020-10-14 | work around a markdown parser bug | Melody Horn | -1/+1 | |
2020-10-14 | allow consistent bitwise and/or chains | Melody Horn | -4/+5 | |
2020-10-14 | finish expressions, maybe | Melody Horn | -5/+65 | |
2020-10-14 | finish out statements | Melody Horn | -11/+60 | |
2020-10-14 | add link to type names blog post | Melody Horn | -0/+1 | |
2020-10-14 | fix prioritization on Type | Melody Horn | -3/+3 | |
2020-10-13 | fix left-recursion in Type | Melody Horn | -1/+1 | |
2020-10-13 | add a license | Melody Horn | -2/+8 | |
2020-10-13 | some syntax work | Melody Horn | -7/+74 | |
2020-10-13 | test tree-based PEG layout | Melody Horn | -2/+13 | |
2020-10-01 | no nested comments oops | Melody Horn | -2/+2 | |
2020-10-01 | consistent singular/plural | Melody Horn | -1/+1 | |
2020-10-01 | finish scanning | Melody Horn | -0/+89 | |
2020-10-01 | define scanning, tokens, identifiers | Melody Horn | -2/+35 | |
2020-09-29 | shorten file extensions | Melody Horn | -1/+1 | |
2020-09-29 | oops man.sr.ht expects a before-ToC paragraph | Melody Horn | -0/+2 | |
2020-09-29 | add tentative keyword list | Melody Horn | -0/+49 | |
2020-09-28 | oh apparently it doesn't do that at all | Melody Horn | -2/+2 | |
2020-09-28 | apparently sr.ht only linkifies URLs in Markdown | Melody Horn | -0/+0 | |
2020-09-28 | throw in a README for sr.ht | Melody Horn | -0/+3 | |
2020-09-28 | add a little more data | Melody Horn | -1/+5 | |
2020-09-28 | Initial wiki commit | Melody Horn | -0/+1 | |