Commit message (Collapse) | Author | ||
---|---|---|---|
2020-02-10 | Match URLs inside parens or with paired parens inside | June McEnroe | |
2020-02-10 | Duplicate effective URL before passing it back to curl | June McEnroe | |
Apparently sometimes it didn't like receiving its own internal storage to parse again. Understandable. | |||
2020-02-09 | Add To Be Taught, If Fortunate | June McEnroe | |
2020-02-04 | Add The Future of Another Timeline | June McEnroe | |
Wow. One of the best I've read. | |||
2020-01-31 | Reorganize the Makefile for the umpteenth time | June McEnroe | |
Broke out LDLIBS for each bin, and made everything more uniform. | |||
2020-01-28 | Change scout sensitivity to 1.4 | June McEnroe | |
idk it seems to work. | |||
2020-01-28 | Import shows.txt | June McEnroelogsubject'>Add ddate | June McEnroe |
I'm tired of package managers not having this! | |||
2020-12-30 | Print octal for 8 bits in bit | June McEnroe | |
2020-12-30 | Add unary & to bit | June McEnroe | |
Also unary + and fix precedence of unary -. | |||
2020-12-30 | Support unary + in order | June McEnroe | |
Missed this because operator(7) just doesn't list it, oddly. | |||
2020-12-30 | Add postfix $ operator to bit | June McEnroe | |
2020-12-29 | Add make lexer | June McEnroe | |
This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. | |||
2020-12-29 | Clean up C lexer | June McEnroe | |
This ordering of rules feels much cleaner. | |||
2020-12-29 | Clean up hilex code somewhat | June McEnroe | |
2020-12-29 | Match lex/yacc %% %{ %} lines as Macro | June McEnroe | |
2020-12-29 | Match top-level C definitions as IdentifierTag | June McEnroe | |
2020-12-29 | Match C type declarations as IdentifierTag | June McEnroe | |
2020-12-29 | Match function-like macro definitions as IdentifierTag | June McEnroe | |
2020-12-29 | Reconfigure C macro start conditions | June McEnroe | |
2020-12-29 | Document HTML class names | June McEnroe | |
2020-12-29 | Rename Tag class to IdentifierTag | June McEnroe | |
2020-12-29 | Change HTML class from hi to hilex | June McEnroe | |
You can tell I was just copying the HTML code huh. | |||
2020-12-29 | Add hilex HTML output | June McEnroe |