summary refs log tree commit diff
path: root/port/file2c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-19 20:46:21 -0500
committerJune McEnroe <june@causal.agency>2019-01-19 20:46:21 -0500
commit8828116498e90ac5ce8a8da003837b7ddaaccec8 (patch)
tree34a51477c2ffee7a2bc0f855bb11fb51ecf735f8 /port/file2c
parentRevert -std=c11 because GNU sucks (diff)
downloadsrc-8828116498e90ac5ce8a8da003837b7ddaaccec8.tar.gz
src-8828116498e90ac5ce8a8da003837b7ddaaccec8.zip
Add pingbot
I literally just wrote this for a joke and will remove it in the next
commit. It's a bot that tries to ping timeout when it gets mentioned.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ommit/bin/hilex/mdoc.l?id=693d2d48b0c5dc584d01c6878bfc293823613f2a&follow=1'>Clean 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