summary refs log tree commit diff homepage
path: root/2017/src
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-08 21:51:37 -0500
committerJune McEnroe <june@causal.agency>2018-12-08 21:51:37 -0500
commit5f306248a8aa5adac034e137515ed740d9744fbe (patch)
treea1efabf9ccf11c323b8d8728480f5415a9549162 /2017/src
parentSolve day 8 part 1 (diff)
downloadaoc-5f306248a8aa5adac034e137515ed740d9744fbe.tar.gz
aoc-5f306248a8aa5adac034e137515ed740d9744fbe.zip
Solve day 8 part 2
Diffstat (limited to '2017/src')
0 files changed, 0 insertions, 0 deletions
79a4d537f6&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