Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-11-02 | add skeleton of type syntax | Melody Horn | -0/+18 |
2020-11-02 | add flow control statements | Melody Horn | -0/+39 |
2020-11-02 | add loops | Melody Horn | -2/+42 |
2020-11-02 | define switch statement | Melody Horn | -1/+21 |
2020-11-02 | update examples to use precise integer types | Melody Horn | -6/+6 |
2020-11-02 | refactor the numeric types | Melody Horn | -6/+14 |
2020-11-02 | define compile-time vs runtime behavior | Melody Horn | -24/+124 |
2020-11-02 | add function declarations | Melody Horn | -1/+22 |
2020-11-02 | add opaque struct | Melody Horn | -1/+7 |
2020-10-31 | explain tagged unions | Melody Horn | -3/+9 |
2020-10-31 | settle on a tagged union plan (for now) | Melody Horn | -4/+52 |
2020-10-31 | define and annotate some language elements | Melody Horn | -21/+56 |
2020-10-29 | finish moving tokens to new format | Melody Horn | -10/+81 |
2020-10-29 | start to elaborate on syntax | Melody Horn | -0/+74 |