4c65324e11
command line.
18 lines
156 B
Bash
Executable file
18 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ed -s "${1:-Lpars.h}" <<'+'
|
|
1d
|
|
1,$s/# *define //
|
|
1,$s/ ...$//
|
|
1,$s/^/ "/
|
|
1,$-1s/$/",/
|
|
$s/$/"/
|
|
0a
|
|
char *tokentab[] = {
|
|
.
|
|
$a
|
|
};
|
|
.
|
|
w tokentab.h
|
|
q
|
|
+
|