summary refs log tree commit diff homepage
path: root/2017/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-12-04 18:10:18 -0500
committerJune McEnroe <june@causal.agency>2021-12-04 18:10:18 -0500
commit64cab0a735de8d8faaadf1dcce86444fed22a395 (patch)
tree4afc4a20f803389e1918fec85cdf5f67747d2310 /2017/.gitignore
parentSolve day 4 part 1 (diff)
downloadaoc-64cab0a735de8d8faaadf1dcce86444fed22a395.tar.gz
aoc-64cab0a735de8d8faaadf1dcce86444fed22a395.zip
Solve day 4 part 2
This is hilariously bad.
Diffstat (limited to '2017/.gitignore')
0 files changed, 0 insertions, 0 deletions
td>Clean 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