Fixed -tok, spacings in -st, and validation tests
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
NAME : SCOPE : PARENT : TYPE : Extra annotation
|
||||
-------------------------:--------:--------:--------------------------:------------------------------
|
||||
a_of_s : 001001 : : 1 -> string : Type of Array
|
||||
string : 001001 : : 1 -> character : Type of Array
|
||||
entry : 001001 : : main : User Defined
|
||||
main : 001001 : : primitive function type : User Defined
|
||||
integer : 001001 : : Primitive : size-4 bytes
|
||||
address : 001001 : : Primitive : size-8 bytes
|
||||
character : 001001 : : Primitive : size-1 bytes
|
||||
string : 001001 : : 1 -> character : Type of Array
|
||||
Boolean : 001001 : : Primitive : size-1 bytes
|
||||
-------------------------:--------:--------:--------------------------:------------------------------
|
||||
many_names : 010000 : 001001 : a_of_s : User Defined
|
||||
another_name : 010000 : 001001 : string : User Defined
|
||||
one_name : 010000 : 001001 : string : User Defined
|
||||
arg : 010000 : 001001 : string : User Defined
|
||||
-------------------------:--------:--------:--------------------------:------------------------------
|
||||
NAME : SCOPE : PARENT : TYPE : EXTRA ANNOTATION :
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
a_of_s : 001001 : : 1 -> string : Type of Array
|
||||
string : 001001 : : 1 -> character : Type of Array
|
||||
entry : 001001 : : undefined : Function Definition
|
||||
main : 001001 : : string -> integer : Type of Function
|
||||
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-4 bytes
|
||||
reserve type : 001001 : : integer -> address : Type of Function
|
||||
reserve : 001001 : : undefined : Function Definition
|
||||
release type : 001001 : : address -> integer : Type of Function
|
||||
release : 001001 : : undefined : Function Definition
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
many_names : 009000 : 001001 : a_of_s : Array Instance
|
||||
another_name : 009000 : 001001 : string : Array Instance
|
||||
one_name : 009000 : 001001 : string : Array Instance
|
||||
arg : 009000 : 001001 : string : Array Instance
|
||||
|
||||
Reference in New Issue
Block a user