소스 검색

Adapted for new distribution

ceriel 37 년 전
부모
커밋
1694c10f39
1개의 변경된 파일13개의 추가작업 그리고 14개의 파일을 삭제
  1. 13 14
      NEW

+ 13 - 14
NEW

@@ -1,17 +1,16 @@
 What's new:
-	A lot of things have changed since that previous distribution.
+	A lot of things have changed since the previous distribution.
 It is not wise to mix files created by the previous version of the Kit
 with files belonging to this version, although that might sometimes work.
-The major additions are:
-	- Basic frontend
-	- New codegenerator
-	- LL(1) parser generator
-	- Vax backend with 4-byte wordsize
-	- Motorola 68000 backend with 4-byte wordsize
-	- Motorola 68000 interpreter for 2- and 4-byte wordsize
-	- Z8000 assembler and backend.
-	- 6805 assembler
-	- NatSem 16032 assembler
-	- Intel 8080 backend
-	- Zilog Z80 backend
-	- Signetics 2650 assembler
+The major changes are:
+	- a new C-compiler and runtime system
+	- a new C preprocessor
+	- new assembler framework, allowing the generation of relocatable
+	  object code for most processors
+	- new versions of all assemblers, using the new assembler framework
+	- a new link-editor, linking is now a separate and fast phase for most
+	  machines
+	- improved Pascal compiler, now also handles 4-byte wordsize
+	- Motorola M68020 backend and assembler
+	- improved version of LL(1) parser generator, producing faster code
+	- a new language: Occam