Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-10-25 | increase pandoc fanciness | Melody Horn | -2/+0 | |
2020-10-25 | build both HTML and PDF distributions | Melody Horn | -0/+4 | |
2020-10-25 | fucking windows line endings smdh | Melody Horn | -348/+348 | |
2020-10-25 | add octal literals | Melody Horn | -1/+2 | |
2020-10-25 | add fragile keyword | Melody Horn | -0/+1 | |
2020-10-25 | tidy up Unicode categories | Melody Horn | -12/+11 | |
2020-10-25 | remove outdated disclaimer | Melody Horn | -3/+1 | |
2020-10-19 | explicitly target C | Melody Horn | -347/+349 | |
2020-10-14 | allow null escape | Melody Horn | -0/+1 | |
2020-10-14 | alow enum constants | Melody Horn | -2/+2 | |
2020-10-14 | comma is a punctuator | Melody Horn | -0/+1 | |
2020-10-14 | function arguments are optional | Melody Horn | -3/+1 | |
2020-10-14 | work around a markdown parser bug | Melody Horn | -1/+1 | |
2020-10-14 | allow consistent bitwise and/or chains | Melody Horn | -4/+5 | |
2020-10-14 | finish expressions, maybe | Melody Horn | -5/+65 | |
2020-10-14 | finish out statements | Melody Horn | -11/+60 | |
2020-10-14 | fix prioritization on Type | Melody Horn | -3/+3 | |
2020-10-13 | fix left-recursion in Type | Melody Horn | -1/+1 | |
2020-10-13 | some syntax work | Melody Horn | -7/+74 | |
2020-10-13 | test tree-based PEG layout | Melody Horn | -2/+13 | |
2020-10-01 | no nested comments oops | Melody Horn | -2/+2 | |
2020-10-01 | consistent singular/plural | Melody Horn | -1/+1 | |
2020-10-01 | finish scanning | Melody Horn | -0/+89 | |
2020-10-01 | define scanning, tokens, identifiers | Melody Horn | -2/+35 | |
2020-09-29 | shorten file extensions | Melody Horn | -1/+1 | |
2020-09-29 | oops man.sr.ht expects a before-ToC paragraph | Melody Horn | -0/+2 | |
2020-09-29 | add tentative keyword list | Melody Horn | -0/+35 | |