annotate wisdom/ayacc @ 7759:b4341511eb47

<fizzie> ` echo -e \'#! /bin/bash\\ncmd="$1"\\nshift\\nf="$*"\\nif [ -z "$f" && "$f" == *\\\\ * ]; then f="${cmd#* }"; cmd="${cmd%% *}"; fi\\nif [ -z "$f" ]; then echo try: \\\\`f command filename; else "$cmd" "$(< "$f")"; fi\' > bin/f
author HackBot
date Wed, 04 May 2016 21:35:48 +0000
parents 637863599c36
children 360cf26727d8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6039
637863599c36 <b_jonas> le/rn ayacc/ayacc is ais523\'s yacc parser generator implementation, get it from http://nethack4.org/media/alex/ayacc/ayacc.pl
HackBot
parents:
diff changeset
1 ayacc is ais523's yacc parser generator implementation, get it from http://nethack4.org/media/alex/ayacc/ayacc.pl