summary refs log tree commit diff
path: root/bin/catsh/nodetypes
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-05-18 19:15:12 -0400
committerJune McEnroe <june@causal.agency>2019-05-18 19:15:12 -0400
commitda89e0df3c659c5ede5692299404603994429db6 (patch)
tree5ae736fa63e11d63684065324246928dc5907f01 /bin/catsh/nodetypes
parentSupport simple assignment in order (diff)
downloadsrc-da89e0df3c659c5ede5692299404603994429db6.tar.gz
src-da89e0df3c659c5ede5692299404603994429db6.zip
Add compound assignment operators to order
Diffstat (limited to 'bin/catsh/nodetypes')
0 files changed, 0 insertions, 0 deletions
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