summary refs log tree commit diff
path: root/home/.local/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-18 11:50:24 -0400
committerJune McEnroe <june@causal.agency>2021-10-18 11:50:24 -0400
commit62082f904789036a62c69928f0d790bca55c5d61 (patch)
tree7faf6bd824dc6d4cac25316a730cc2af16c2b239 /home/.local/bin
parentRemove capsicum support from up (diff)
downloadsrc-62082f904789036a62c69928f0d790bca55c5d61.tar.gz
src-62082f904789036a62c69928f0d790bca55c5d61.zip
Rewrite shotty with lex
So much cleaner!
Diffstat (limited to 'home/.local/bin')
0 files changed, 0 insertions, 0 deletions
td>Clean 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