aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Expand)AuthorLines
2020-12-22half-assedly define structsMelody Horn-1/+2
2020-12-22define fragile unionMelody Horn-2/+22
2020-12-22define basic typesMelody Horn-1/+31
2020-11-04add colon to punctuator listMelody Horn-1/+1
2020-11-04add true and false as atomic expressionsMelody Horn-1/+1
2020-11-04fix escape sequences oopsMelody Horn-2/+2
2020-11-04nuke a few vague integer types i missedMelody Horn-2/+1
2020-11-03stub out expression syntaxMelody Horn-0/+82
2020-11-03don't need a separate thing for assignment targetMelody Horn-3/+3
2020-11-03add the last couple statement typesMelody Horn-0/+25
2020-11-03stub out assignment statementsMelody Horn-0/+16
2020-11-02add empty statementMelody Horn-0/+10
2020-11-02add skeleton of type syntaxMelody Horn-0/+18
2020-11-02add flow control statementsMelody Horn-0/+39
2020-11-02add loopsMelody Horn-2/+42
2020-11-02define switch statementMelody Horn-1/+21
2020-11-02update examples to use precise integer typesMelody Horn-6/+6
2020-11-02refactor the numeric typesMelody Horn-6/+14
2020-11-02define compile-time vs runtime behaviorMelody Horn-24/+124
2020-11-02add function declarationsMelody Horn-1/+22
2020-11-02add opaque structMelody Horn-1/+7
2020-10-31explain tagged unionsMelody Horn-3/+9
2020-10-31settle on a tagged union plan (for now)Melody Horn-4/+52
2020-10-31define and annotate some language elementsMelody Horn-21/+56
2020-10-29finish moving tokens to new formatMelody Horn-10/+81
2020-10-29start to elaborate on syntaxMelody Horn-0/+74