New additions

This commit is contained in:
ceriel 1991-10-01 09:27:44 +00:00
parent c5275f3786
commit 7cab2ba9d9
2 changed files with 15 additions and 0 deletions

12
Action
View file

@ -86,6 +86,9 @@ end
name "ANSI-C header files"
dir lang/cem/libcc.ansi
end
name "LINT C program checker"
dir lang/cem/lint
end
name "Pascal frontend"
dir lang/pc/comp
end
@ -194,6 +197,11 @@ name "Sun 3 M68020 support"
dir mach/sun3
indir
end
name Sun 4 SPARC support"
dir mach/sparc
system "sparc"
indir
end
name "Sun 2 M68000 support"
dir mach/sun2
indir
@ -218,6 +226,10 @@ name "Zilog Z8000 support"
dir mach/z8000
indir
end
name "Acorn Archimedes support"
dir mach/arm
indir
end
name "Motorola 68000 interpreters"
system "m68*|sun*"
dir mach/mantra/int

3
NEW
View file

@ -4,7 +4,10 @@ Many problems with the previous distribution have been fixed.
The major additions are:
- an ANSI C compiler
- a LINT C program checker, both non-ansi and ansi
- an Intel 80386 back-end
- a SPARC code expander
- a source level debugger for Pascal, Modula-2, and ANSI C
- an Acorn Archimedes back-end
- code-expanders for VAX, Intel 80386 and Motorola M68020 processors,
allowing the creation of very fast compilers.