summary refs log tree commit diff homepage
path: root/2016/src
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-12-16 23:30:29 -0500
committerJune McEnroe <programble@gmail.com>2016-12-16 23:30:29 -0500
commit2d17f03159f2817c0af7800c2ec8f3585a0a526b (patch)
tree610cdfd36cbd96106f780eb57fb8b02437efbe39 /2016/src
parentDay 13 (diff)
downloadaoc-2d17f03159f2817c0af7800c2ec8f3585a0a526b.tar.gz
aoc-2d17f03159f2817c0af7800c2ec8f3585a0a526b.zip
Day 13 part 2
Diffstat (limited to '2016/src')
0 files changed, 0 insertions, 0 deletions
12-30Support 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