summary refs log tree commit diff homepage
path: root/2019
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-12-10 17:15:58 -0500
committerJune McEnroe <programble@gmail.com>2016-12-10 17:15:58 -0500
commitb0fc5de945858dfeb7dbb4e16521ba0768400845 (patch)
tree6e3bbcad74754190d2d2e18a8089a66be80a65cb /2019
parentDay 8 parts 1 and 2 (diff)
downloadaoc-b0fc5de945858dfeb7dbb4e16521ba0768400845.tar.gz
aoc-b0fc5de945858dfeb7dbb4e16521ba0768400845.zip
Day 9
Diffstat (limited to '2019')
0 files changed, 0 insertions, 0 deletions
n>Support unary + in orderJune McEnroe 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add 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