summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-10 18:09:07 -0500
committerJune McEnroe <june@causal.agency>2022-02-10 18:09:07 -0500
commit3a449b8f8af7bcc9f04132740e38161997e47275 (patch)
tree3ac3e341758daf5af5b33dc24949eda53408a586 /txt
parentTranscribe Diminishing Shine (cont.) (diff)
downloadsrc-3a449b8f8af7bcc9f04132740e38161997e47275.tar.gz
src-3a449b8f8af7bcc9f04132740e38161997e47275.zip
Correct diminishing shine, I think
Diffstat (limited to 'txt')
-rw-r--r--txt/diminishing-shine.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/txt/diminishing-shine.txt b/txt/diminishing-shine.txt
index 3f297e93..f51faf20 100644
--- a/txt/diminishing-shine.txt
+++ b/txt/diminishing-shine.txt
@@ -24,7 +24,7 @@ we were all really high
 and I was sitting on the couch
 we were all sitting on the couch
 we were all really high
-the TV was and it was dark and no one was saying a word
+the TV was on and no one was talking and no one was saying a word
 and no one had said a word for a long, long time
 everyone was just staring at the TV set
 and I got the fear
ect'>Support unary + in orderJune McEnroe Missed this because operator(7) just doesn't list it, oddly. 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and 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