Initial revision

This commit is contained in:
ceriel 1988-06-20 11:13:07 +00:00
parent fcafcb1700
commit 765add698d
8 changed files with 39 additions and 0 deletions

6
util/ceg/.distr Normal file
View file

@ -0,0 +1,6 @@
EM_parser
as_parser
assemble
ce_back
defaults
util

View file

@ -0,0 +1,3 @@
as_EM_pars
common
obj_EM_pars

View file

@ -0,0 +1,6 @@
Makefile
arg_type.h
dist.c
em_decl.h
em_parser.h
error.c

View file

@ -0,0 +1,12 @@
C_instr2.c
Makefile
action.c
arg_type.h
decl.h
default.c
em_parser.h
eval.c
help.c
mylex.c
pars.g
scan.c

View file

@ -0,0 +1,4 @@
Makefile
arg_type.h
dist.c
em_parser.h

View file

@ -0,0 +1,3 @@
Makefile
as_parser.h
eval

View file

@ -0,0 +1,3 @@
Makefile
eval.c
states.h

2
util/ceg/assemble/.distr Normal file
View file

@ -0,0 +1,2 @@
as_assemble
obj_assemble