Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-10-28 | start using Sphinx for doc generation | Melody Horn | -643/+255 | |
2020-10-28 | no docker thanks | Melody Horn | -17/+0 | |
2020-10-27 | fix more lists in syntax.md oops | Melody Horn | -0/+2 | |
2020-10-27 | fix lists in syntax.md | Melody Horn | -1/+6 | |
smdh pandoc why are you not in line with commonmark here | ||||
2020-10-27 | update deployment path | Melody Horn | -1/+1 | |
2020-10-26 | build spec in gemtext too | Melody Horn | -11/+330 | |
2020-10-26 | deployment should be not terrible | Melody Horn | -3/+6 | |
2020-10-26 | actually specify deploy info | Melody Horn | -1/+2 | |
2020-10-26 | tweak build process a bit | Melody Horn | -2/+10 | |
2020-10-26 | update README links | Melody Horn | -3/+3 | |
2020-10-25 | portable makefile | Melody Horn | -16/+18 | |
2020-10-25 | link to HTML pages in HTML | Melody Horn | -0/+5 | |
2020-10-25 | just build with make | Melody Horn | -20/+51 | |
2020-10-25 | bash correctly | Melody Horn | -3/+3 | |
2020-10-25 | split build into better stages | Melody Horn | -8/+10 | |
2020-10-25 | increase pandoc fanciness | Melody Horn | -26/+193 | |
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 | |