Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-12-22 | fix irc notifications | Melody Horn | -1/+1 |
2020-12-22 | define basic types | Melody Horn | -1/+31 |
2020-11-04 | add colon to punctuator list | Melody Horn | -1/+1 |
2020-11-04 | add true and false as atomic expressions | Melody Horn | -1/+1 |
2020-11-04 | fix escape sequences oops | Melody Horn | -2/+2 |
2020-11-04 | nuke a few vague integer types i missed | Melody Horn | -2/+1 |
2020-11-03 | stub out expression syntax | Melody Horn | -76/+82 |
2020-11-03 | don't need a separate thing for assignment target | Melody Horn | -3/+3 |
2020-11-03 | add the last couple statement types | Melody Horn | -0/+25 |
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 |
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 |
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 |
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 |