summary refs log tree commit diff homepage
path: root/2017/LICENSE
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-06 00:27:01 -0500
committerJune McEnroe <june@causal.agency>2020-12-06 01:22:09 -0500
commit225daece7f6724ac741e4b3856995b52f0c01535 (patch)
tree98d1bf68dd72c7ae9365082eeca35571e560cc49 /2017/LICENSE
parentSolve day 6 part 1 (diff)
downloadaoc-225daece7f6724ac741e4b3856995b52f0c01535.tar.gz
aoc-225daece7f6724ac741e4b3856995b52f0c01535.zip
Solve day 6 part 2
Diffstat (limited to '2017/LICENSE')
0 files changed, 0 insertions, 0 deletions
ilex/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