summary refs log tree commit diff homepage
path: root/2017/src/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-12-02 11:47:53 -0500
committerJune McEnroe <june@causal.agency>2021-12-02 11:47:53 -0500
commitf3ca6de686e298124f95540115604676da747436 (patch)
treeece01f64780dc36bcc4781269a439a37b4373bdc /2017/src/bin
parentSolve day 2 part 1 (diff)
downloadaoc-f3ca6de686e298124f95540115604676da747436.tar.gz
aoc-f3ca6de686e298124f95540115604676da747436.zip
Solve day 2 part 2
Diffstat (limited to '2017/src/bin')
0 files changed, 0 insertions, 0 deletions
td>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