New additions
This commit is contained in:
parent
c5275f3786
commit
7cab2ba9d9
12
Action
12
Action
|
@ -86,6 +86,9 @@ end
|
||||||
name "ANSI-C header files"
|
name "ANSI-C header files"
|
||||||
dir lang/cem/libcc.ansi
|
dir lang/cem/libcc.ansi
|
||||||
end
|
end
|
||||||
|
name "LINT C program checker"
|
||||||
|
dir lang/cem/lint
|
||||||
|
end
|
||||||
name "Pascal frontend"
|
name "Pascal frontend"
|
||||||
dir lang/pc/comp
|
dir lang/pc/comp
|
||||||
end
|
end
|
||||||
|
@ -194,6 +197,11 @@ name "Sun 3 M68020 support"
|
||||||
dir mach/sun3
|
dir mach/sun3
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
|
name Sun 4 SPARC support"
|
||||||
|
dir mach/sparc
|
||||||
|
system "sparc"
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "Sun 2 M68000 support"
|
name "Sun 2 M68000 support"
|
||||||
dir mach/sun2
|
dir mach/sun2
|
||||||
indir
|
indir
|
||||||
|
@ -218,6 +226,10 @@ name "Zilog Z8000 support"
|
||||||
dir mach/z8000
|
dir mach/z8000
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
|
name "Acorn Archimedes support"
|
||||||
|
dir mach/arm
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "Motorola 68000 interpreters"
|
name "Motorola 68000 interpreters"
|
||||||
system "m68*|sun*"
|
system "m68*|sun*"
|
||||||
dir mach/mantra/int
|
dir mach/mantra/int
|
||||||
|
|
3
NEW
3
NEW
|
@ -4,7 +4,10 @@ Many problems with the previous distribution have been fixed.
|
||||||
The major additions are:
|
The major additions are:
|
||||||
|
|
||||||
- an ANSI C compiler
|
- an ANSI C compiler
|
||||||
|
- a LINT C program checker, both non-ansi and ansi
|
||||||
- an Intel 80386 back-end
|
- 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
|
- an Acorn Archimedes back-end
|
||||||
- code-expanders for VAX, Intel 80386 and Motorola M68020 processors,
|
- code-expanders for VAX, Intel 80386 and Motorola M68020 processors,
|
||||||
allowing the creation of very fast compilers.
|
allowing the creation of very fast compilers.
|
||||||
|
|
Loading…
Reference in a new issue