summary refs log tree commit diff
path: root/bin/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-04-02 19:48:16 -0400
committerJune McEnroe <programble@gmail.com>2018-04-02 19:48:16 -0400
commit0b9995f9031d89476806bce4911cbb89977c2559 (patch)
treeccc601afa62073237093ffd561c62720c3bf84d4 /bin/.gitignore
parentRewrite scheme in a more sensible order (diff)
downloadsrc-0b9995f9031d89476806bce4911cbb89977c2559.tar.gz
src-0b9995f9031d89476806bce4911cbb89977c2559.zip
Modulo H and saturate S, V in scheme
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
td>June 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 McEnroef='/src/commit/bin/qf.c?id=ae064a619bb3972f0c12840e7d8950ac025fea1c&follow=1'>Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe