mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
ReadMe tweaking. Simplify. Add References and links.
This commit is contained in:
parent
1f73ab6856
commit
8e4367e5c9
7 changed files with 115 additions and 55 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#### (Work in progress)
|
||||
|
||||
The following Oberon types are independent of compiler size:
|
||||
|
||||
| Types | Size |
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
#### (Work in progress)
|
||||
|
||||
|
||||
|
||||
### History
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
#### (Work in progress)
|
||||
|
||||
|
||||
## TODO
|
||||
- Organise into summary and per-platfrom sections
|
||||
- with subsections for linux and BSD variants
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue