summary refs log tree commit diff
path: root/bin/hilex.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 15:57:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 15:57:57 -0500
commita96f0c74398f97804d36c1fc2c3b4ac7967ce6a0 (patch)
treef2e773adfaf98be1bd8361e6a651e1f1676e608c /bin/hilex.c
parentMatch [] as Operator in C lexer (diff)
downloadsrc-a96f0c74398f97804d36c1fc2c3b4ac7967ce6a0.tar.gz
src-a96f0c74398f97804d36c1fc2c3b4ac7967ce6a0.zip
Try to return strings as single tokens
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
2-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