summary refs log tree commit diff
path: root/www/text.causal.agency/020-c-style.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-07-20 10:21:55 -0400
committerJune McEnroe <june@causal.agency>2023-07-20 10:21:55 -0400
commite8cd27de4c1835f0aacac30244f8b5acd3ef532c (patch)
tree759a1b4272d3ad248254ddcba1f5a228ef0e5f84 /www/text.causal.agency/020-c-style.7
parentUpdate copyright years in templates (diff)
downloadsrc-e8cd27de4c1835f0aacac30244f8b5acd3ef532c.tar.gz
src-e8cd27de4c1835f0aacac30244f8b5acd3ef532c.zip
Add The Sisters of Dorley ch. 1-15
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe