14 lines
1.5 KiB
Plaintext
14 lines
1.5 KiB
Plaintext
NAME : SCOPE : PARENT : TYPE : EXTRA ANNOTATION :
|
|
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
|
integer : 001001 : : Primitive Type : size-4 bytes
|
|
address : 001001 : : Primitive Type : size-8 bytes
|
|
character : 001001 : : Primitive Type : size-1 bytes
|
|
string : 001001 : : 1 -> character : Type of Array
|
|
Boolean : 001001 : : Primitive Type : size-1 bytes
|
|
reserve type : 001001 : : integer -> address : Type of Function
|
|
reserve : 001001 : : reserve type : Function not defined before runtime
|
|
release type : 001001 : : address -> integer : Type of Function
|
|
release : 001001 : : release type : Function not defined before runtime
|
|
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
|
: 000000 : 001001 : : Empty Scope
|