summary refs log tree commit diff
path: root/bin/1sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-17 20:36:48 -0500
committerJune McEnroe <june@causal.agency>2019-01-17 20:36:48 -0500
commitf9ecfeffae8e8326cf79f38a42db668b613e9ed3 (patch)
treeaac5a89ed5f9f6ae90e4e75085cb8cb022be0260 /bin/1sh
parentReunify gfx and bin (diff)
downloadsrc-f9ecfeffae8e8326cf79f38a42db668b613e9ed3.tar.gz
src-f9ecfeffae8e8326cf79f38a42db668b613e9ed3.zip
Add Girlpool Tiny Desk Concert
Heard some of these songs in the cafe. I keep saying there should be
more singing in unison.
Diffstat (limited to 'bin/1sh')
0 files changed, 0 insertions, 0 deletions
ss="Ma">) \ X(Macro) \ X(Comment) \ X(String) \ X(Escape) \ X(Format) \ X(Subst) enum Class { #define X(class) class, ENUM_CLASS #undef X ClassCap, }; typedef int Lex(void); struct Lexer { Lex *lex; FILE **in; char **text; }; extern const struct Lexer LexC; extern const struct Lexer LexMake; extern const struct Lexer LexMdoc; extern const struct Lexer LexSh;