Initial revision

This commit is contained in:
ceriel
1988-07-04 11:45:41 +00:00
parent bd5583311e
commit c39c666834
20 changed files with 4338 additions and 0 deletions

17
lang/basic/src/maketokentab Executable file
View File

@@ -0,0 +1,17 @@
cp Lpars.h tokentab.h
ex tokentab.h 2>&1 > /dev/null <<+
1d
1,\$s/# define //
1,\$s/ ...$//
1,\$s/^/ "/
1,\$-1s/\$/",/
\$s/\$/"/
0a
char *tokentab[] = {
.
\$a
};
.
w
q
+