summary refs log tree commit diff
path: root/bin/sup.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-09-08 19:26:18 -0400
committerJune McEnroe <june@causal.agency>2024-09-08 19:26:18 -0400
commit02cac2ffadee1d3f66426bb48a64aea78907878c (patch)
tree7d2ecc000585409cf609c9cc1a23636c38f02eb3 /bin/sup.sh
parentLimit body width so it looks less silly on desktop (diff)
downloadsrc-02cac2ffadee1d3f66426bb48a64aea78907878c.tar.gz
src-02cac2ffadee1d3f66426bb48a64aea78907878c.zip
Allow removing bodies and lenses
Diffstat (limited to 'bin/sup.sh')
0 files changed, 0 insertions, 0 deletions
June McEnroe 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe 2020-12-29Clean up C lexerJune McEnroe 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 2020-12-29Add hilex HTML outputJune McEnroe