Added 'file ?' and shell escape, and some re-organization

This commit is contained in:
ceriel
1990-10-29 11:38:35 +00:00
parent 7188b07f43
commit eaaab0063b
22 changed files with 1911 additions and 648 deletions

View File

@@ -20,13 +20,13 @@ TOKENNAMES = tokenname.c [
];
DBS_LLTARGETS = {
dbx_string.c[type=C-src],
db_symtab.c[type=C-src],
DBSpars.c[type=C-src],
DBSpars.h[type=C-incl]
} ;
DBS_LLSRC = {
dbx_string.g
db_symtab.g
} ;
CMD_LLTARGETS = {
@@ -47,7 +47,6 @@ GENNEXTSRC = {
} ;
CSRC = {
dbxread.c,
main.c,
list.c,
tree.c,
@@ -55,13 +54,12 @@ CSRC = {
position.c,
idf.c,
run.c,
dump.c,
symbol.c,
print.c,
value.c,
type.c,
rd.c,
help.c,
do_comm.c,
modula-2.c,
c.c
} ;