05ddefad65
run with a minimum of tweaking. Rewriting them for modern ed looks really hard. Fixes: #84
17 lines
151 B
Bash
Executable file
17 lines
151 B
Bash
Executable file
#!/bin/sh
|
|
|
|
$1 -s "${2:-Lpars.h}" > $3 <<'+'
|
|
1d
|
|
1,$s/# *define //
|
|
1,$s/ ...$//
|
|
1,$s/^/ "/
|
|
1,$-1s/$/",/
|
|
$s/$/"/
|
|
0a
|
|
char *tokentab[] = {
|
|
.
|
|
$a
|
|
};
|
|
.
|
|
1,$p
|
|
+
|