mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +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,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