Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-12-22 | half-assedly define structs | Melody Horn | -1/+2 | |
2020-12-22 | define fragile union | Melody Horn | -2/+22 | |
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 | -0/+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 | -0/+16 | |
2020-11-02 | add empty statement | Melody Horn | -0/+10 | |
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 | |
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 | -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 | |