ReadMe tweaking. Simplify. Add References and links.

This commit is contained in:
David Brown 2016-07-06 17:20:12 +01:00
parent 1f73ab6856
commit 8e4367e5c9
7 changed files with 115 additions and 55 deletions

View file

@ -1,3 +1,5 @@
#### (Work in progress)
The following Oberon types are independent of compiler size:
| Types | Size |

View file

@ -1,3 +1,7 @@
#### (Work in progress)
### History

View file

@ -1,3 +1,6 @@
#### (Work in progress)
## TODO
- Organise into summary and per-platfrom sections
- with subsections for linux and BSD variants

View file

@ -1,3 +1,5 @@
#### (Work in progress)
### Porting to a new platform
Porting to a new 32 or 64 bits platform is usually automatically handled

View file

@ -1,4 +1,6 @@
#### (Work in progress)
#### Machine size issues
I don't see any really good solutions to different machine sizes. Existing code,
@ -83,3 +85,8 @@ address. It would be quite a lot of work!
- CASE statements only support INTEGER (with low positive values) and CHAR.
- Reject LOOP statements.
- All imported variables are read-only.
#### To be left out?
Work on other compatibility layers is in progress.
voc team also works on bindings to existing C/Pascal libraries.