Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-10-29 | fix gemtext building | Melody Horn | -6/+16 | |
2020-10-29 | re-add gemtext output | Melody Horn | -6/+196 | |
2020-10-28 | syntax highlight Crowbar code | Melody Horn | -103/+420 | |
2020-10-28 | friendship ended with typedefs | Melody Horn | -4/+1 | |
2020-10-28 | always use up-to-date Sphinx | Melody Horn | -10/+12 | |
2020-10-28 | fix font fuckery | Melody Horn | -0/+7 | |
2020-10-28 | tidy up index | Melody Horn | -3/+1 | |
2020-10-28 | rebalance introductory material | Melody Horn | -53/+46 | |
2020-10-28 | use a better theme | Melody Horn | -6/+2 | |
2020-10-28 | upload the correct file oops | Melody Horn | -2/+2 | |
2020-10-28 | ensure file names are consistent | Melody Horn | -12/+22 | |
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 | |