Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-11-03 | stub out assignment statements | Melody Horn | -13/+16 | |
2020-11-02 | remove flow control from old syntax doc | Melody Horn | -4/+0 | |
2020-11-02 | add empty statement | Melody Horn | -0/+10 | |
2020-11-02 | update C comparison | Melody Horn | -1/+1 | |
2020-11-02 | add skeleton of type syntax | Melody Horn | -30/+19 | |
2020-11-02 | add flow control statements | Melody Horn | -0/+39 | |
2020-11-02 | add loops | Melody Horn | -6/+42 | |
2020-11-02 | define switch statement | Melody Horn | -10/+21 | |
2020-11-02 | update examples to use precise integer types | Melody Horn | -15/+16 | |
2020-11-02 | refactor the numeric types | Melody Horn | -6/+19 | |
2020-11-02 | define compile-time vs runtime behavior | Melody Horn | -96/+181 | |
2020-11-02 | add function declarations | Melody Horn | -11/+22 | |
2020-11-02 | add opaque struct | Melody Horn | -1/+7 | |
2020-11-02 | add some custom CSS | Melody Horn | -0/+7 | |
2020-10-31 | explain tagged unions | Melody Horn | -3/+9 | |
i forgot not everybody's been up to their chest in the C spec for the last two months | ||||
2020-10-31 | settle on a tagged union plan (for now) | Melody Horn | -11/+54 | |
2020-10-31 | define and annotate some language elements | Melody Horn | -241/+127 | |
2020-10-29 | fix gemtest builder again | Melody Horn | -24/+38 | |
i really should be running this locally more often | ||||
2020-10-29 | finish moving tokens to new format | Melody Horn | -11/+82 | |
2020-10-29 | un-break gemtext build oops | Melody Horn | -0/+62 | |
2020-10-29 | start to elaborate on syntax | Melody Horn | -0/+195 | |
2020-10-29 | translate C comparison to .rst | Melody Horn | -72/+81 | |
2020-10-29 | make sure toctree winds up in gemtext | Melody Horn | -12/+12 | |
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 | |