summary refs log tree commit diff
path: root/bin/LICENSE
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-01 15:18:41 -0500
committerJune McEnroe <june@causal.agency>2021-01-01 15:18:41 -0500
commit4dce12a5c30f8b756ae18250551c82cbeed705be (patch)
treee1e0b021761b811115f2a29fcac1642502c9b854 /bin/LICENSE
parentRemove empty comma statement from bit (diff)
downloadsrc-4dce12a5c30f8b756ae18250551c82cbeed705be.tar.gz
src-4dce12a5c30f8b756ae18250551c82cbeed705be.zip
Clean up order lexer
Diffstat (limited to 'bin/LICENSE')
0 files changed, 0 insertions, 0 deletions
a href='/src/commit/bin/hilex/mdoc.l?id=693d2d48b0c5dc584d01c6878bfc293823613f2a&follow=1'>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 You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe