summary refs log tree commit diff homepage
path: root/2017/src/bin/day03.rs (follow)
Commit message (Collapse)AuthorAge
* Day 3, part 2June McEnroe2017-12-03
| | | | I am super surprised that worked on the first try.
* Day 3, clean upJune McEnroe2017-12-03
|
* Day 3June McEnroe2017-12-03
This is fucking awful and I'm angry.
ommit/bin/hilex/c.l?id=bb373662b37f547b979bbf95c54c3d45864d4a8a&follow=1'>Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 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 You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe