summary refs log tree commit diff
path: root/bin/1sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-22 12:15:33 -0400
committerJune McEnroe <june@causal.agency>2019-09-22 12:15:33 -0400
commit63b17e69bdb322ab36673fc38266462408096abc (patch)
treef31e83bb8ab7222dcfe3cb56e4457cd7e7ad5952 /bin/1sh
parentEnable cookies in title (diff)
downloadsrc-63b17e69bdb322ab36673fc38266462408096abc.tar.gz
src-63b17e69bdb322ab36673fc38266462408096abc.zip
Revert "Enable cookies in title"
This reverts commit 279111dda15dd9170e11b9688eb973f2af2e6300.
Diffstat (limited to 'bin/1sh')
0 files changed, 0 insertions, 0 deletions
nd needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean 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