summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-11-26 21:17:04 -0500
committerJune McEnroe <june@causal.agency>2020-11-26 21:17:04 -0500
commit38745e77ff24f55e8b5c702cce85088857f47cf6 (patch)
treeccfec0fa34d2931a516c33885c02b905331992cb /doc
parentUpdate plan with different things I won't do (diff)
downloadsrc-38745e77ff24f55e8b5c702cce85088857f47cf6.tar.gz
src-38745e77ff24f55e8b5c702cce85088857f47cf6.zip
Render content into atom feed
And fix some atom lints.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/commit/bin/hilex/make.l?id=7c70322c7c8e88af93375b89146b0cd6cb8cc7f0&follow=1'>Add 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