aboutsummaryrefslogtreecommitdiff
path: root/syntax.md
AgeCommit message (Expand)AuthorLines
2020-11-03stub out expression syntaxMelody Horn-75/+0
2020-11-03stub out assignment statementsMelody Horn-13/+0
2020-11-02remove flow control from old syntax docMelody Horn-4/+0
2020-11-02add skeleton of type syntaxMelody Horn-25/+0
2020-11-02add loopsMelody Horn-4/+0
2020-11-02define switch statementMelody Horn-9/+0
2020-11-02define compile-time vs runtime behaviorMelody Horn-18/+2
2020-11-02add function declarationsMelody Horn-10/+0
2020-10-31define and annotate some language elementsMelody Horn-196/+0
2020-10-29finish moving tokens to new formatMelody Horn-1/+1
2020-10-28syntax highlight Crowbar codeMelody Horn-5/+5
2020-10-28friendship ended with typedefsMelody Horn-4/+1
2020-10-28start using Sphinx for doc generationMelody Horn-19/+17
2020-10-27fix more lists in syntax.md oopsMelody Horn-0/+2
2020-10-27fix lists in syntax.mdMelody Horn-1/+6
2020-10-25increase pandoc fancinessMelody Horn-2/+0
2020-10-25build both HTML and PDF distributionsMelody Horn-0/+4
2020-10-25fucking windows line endings smdhMelody Horn-348/+348
2020-10-25add octal literalsMelody Horn-1/+2
2020-10-25add fragile keywordMelody Horn-0/+1
2020-10-25tidy up Unicode categoriesMelody Horn-12/+11
2020-10-25remove outdated disclaimerMelody Horn-3/+1
2020-10-19explicitly target CMelody Horn-347/+349
2020-10-14allow null escapeMelody Horn-0/+1
2020-10-14alow enum constantsMelody Horn-2/+2
2020-10-14comma is a punctuatorMelody Horn-0/+1
2020-10-14function arguments are optionalMelody Horn-3/+1
2020-10-14work around a markdown parser bugMelody Horn-1/+1
2020-10-14allow consistent bitwise and/or chainsMelody Horn-4/+5
2020-10-14finish expressions, maybeMelody Horn-5/+65
2020-10-14finish out statementsMelody Horn-11/+60
2020-10-14fix prioritization on TypeMelody Horn-3/+3
2020-10-13fix left-recursion in TypeMelody Horn-1/+1
2020-10-13some syntax workMelody Horn-7/+74
2020-10-13test tree-based PEG layoutMelody Horn-2/+13
2020-10-01no nested comments oopsMelody Horn-2/+2
2020-10-01consistent singular/pluralMelody Horn-1/+1
2020-10-01finish scanningMelody Horn-0/+89
2020-10-01define scanning, tokens, identifiersMelody Horn-2/+35
2020-09-29shorten file extensionsMelody Horn-1/+1
2020-09-29oops man.sr.ht expects a before-ToC paragraphMelody Horn-0/+2
2020-09-29add tentative keyword listMelody Horn-0/+35