summary refs log tree commit diff
path: root/bin/cash/mkbuiltins
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-26 20:38:46 -0500
committerJune McEnroe <june@causal.agency>2019-01-26 20:38:46 -0500
commit68e4906148fdfc311fb0bb9513c8bc0781edf705 (patch)
tree8890231c8c8d8af0f64f6b957efe9ac278ec401f /bin/cash/mkbuiltins
parentAdd beef Befunge-93 interpreter (diff)
downloadsrc-68e4906148fdfc311fb0bb9513c8bc0781edf705.tar.gz
src-68e4906148fdfc311fb0bb9513c8bc0781edf705.zip
Add beef to README
Diffstat (limited to 'bin/cash/mkbuiltins')
0 files changed, 0 insertions, 0 deletions
June 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