mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 20:22:24 +00:00
introducing new integer types in SYSTEM module. -- noch.
Former-commit-id: 747943b008
This commit is contained in:
parent
7de984b46a
commit
9d6a71eb59
26 changed files with 923 additions and 673 deletions
|
|
@ -10,3 +10,7 @@ PTR 4 4
|
|||
PROC 4 4
|
||||
RECORD 1 1
|
||||
ENDIAN 1 0
|
||||
SYSTEM.INT8 1 1
|
||||
SYSTEM.INT16 2 2
|
||||
SYSTEM.INT32 4 4
|
||||
SYSTEM.INT64 8 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue