summary refs log tree commit diff
path: root/etc/console.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-16 13:36:01 -0500
committerJune McEnroe <june@causal.agency>2018-02-16 13:36:01 -0500
commit90051708be39ba8173cba9ddbcbb21d6fc37fe37 (patch)
tree954ebcd29b4d64ba124418a63c8046c83ef81b87 /etc/console.sh
parentAdd WIP pngo which produces glitch art (diff)
downloadsrc-90051708be39ba8173cba9ddbcbb21d6fc37fe37.tar.gz
src-90051708be39ba8173cba9ddbcbb21d6fc37fe37.zip
Handle more color types, depths, IDATs in pngo
Also fixed reconData so that it can at least round-trip the glitches it
creates.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
>June 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