summary refs log tree commit diff homepage
path: root/2019
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-07 02:05:56 -0500
committerJune McEnroe <june@causal.agency>2020-12-07 02:05:56 -0500
commitd0aff5442cffa9a8674a857fae35c7a9145f0ec6 (patch)
treede6f68a61b376d509dc60a61fd01713c91032628 /2019
parentSolve day 7 part 2 (diff)
downloadaoc-d0aff5442cffa9a8674a857fae35c7a9145f0ec6.tar.gz
aoc-d0aff5442cffa9a8674a857fae35c7a9145f0ec6.zip
Check cons[i].cnt to break out of loop
That was bothering me.
Diffstat (limited to '2019')
0 files changed, 0 insertions, 0 deletions
/src/commit/bin/hilex/mdoc.l?id=693d2d48b0c5dc584d01c6878bfc293823613f2a&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 2020-12-29Add hilex HTML outputJune McEnroe