tests update
This commit is contained in:
@ -23,6 +23,9 @@ arg : 025000 : 001001 : string
|
||||
result : 025000 : 001001 : integer : Primitive Instance
|
||||
w : 025000 : 001001 : rec : Record Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
r : 021000 : 001001 : integer : Primitive Instance
|
||||
s : 021000 : 001001 : integer : Primitive Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
|
@ -26,6 +26,9 @@ result : 068000 : 001001 : integer
|
||||
w : 068000 : 001001 : rec : Record Instance
|
||||
li : 068000 : 001001 : llnode : Record Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
r : 053000 : 001001 : integer : Primitive Instance
|
||||
s : 053000 : 001001 : integer : Primitive Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
|
@ -26,6 +26,10 @@ result : 069000 : 001001 : integer
|
||||
w : 069000 : 001001 : rec : Record Instance
|
||||
li : 069000 : 001001 : llnode : Record Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
r : 054000 : 001001 : integer : Primitive Instance
|
||||
s : 054000 : 001001 : integer : Primitive Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
|
@ -14,3 +14,11 @@ a_of_s : 001001 : : 1 -> string
|
||||
one_name : 006000 : 001001 : string : Array Instance
|
||||
another_name : 006000 : 001001 : string : Array Instance
|
||||
many_names : 006000 : 001001 : a_of_s : Array Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
|
@ -9,5 +9,13 @@ reserve type : 001001 : : integer -> address
|
||||
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
|
||||
main : 001001 : : string -> integer : Type of Function
|
||||
entry : 001001 : : main : Function Definition that starts at line 7
|
||||
rec : 001001 : : Record Type : elements-2 size-8 bytes
|
||||
T2 : 001001 : : rec -> integer : Type of Function
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
: 000000 : 001001 : : Empty Scope
|
||||
arg : 007000 : 001001 : string : Array Instance
|
||||
w : 007000 : 001001 : rec : Record Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
x : 004000 : 001001 : integer : Primitive Instance
|
||||
y : 004000 : 001001 : integer : Primitive Instance
|
||||
|
@ -1,5 +1,5 @@
|
||||
(* TEST: [-st] *)
|
||||
ype main: string -> integer
|
||||
type main: string -> integer
|
||||
function entry: main
|
||||
|
||||
type rec: [integer: x; integer: y]
|
||||
|
Reference in New Issue
Block a user