test updates woooo
This commit is contained in:
29
tests/sprint2/expected/sp2_one_line.st.exp
Normal file
29
tests/sprint2/expected/sp2_one_line.st.exp
Normal file
@ -0,0 +1,29 @@
|
||||
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
|
||||
main : 001001 : : string -> integer : Type of Function
|
||||
entry : 001001 : : main : Function not defined before runtime
|
||||
rec : 001001 : : Record Type : elements-2 size-8 bytes
|
||||
T1 : 001001 : : integer -> integer : Type of Function
|
||||
T2 : 001001 : : rec -> integer : Type of Function
|
||||
foo : 001001 : : T1 : Function Definition that starts at line 1
|
||||
bar1 : 001001 : : T2 : Function Definition that starts at line 1
|
||||
bar2 : 001001 : : T2 : Function not defined before runtime
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
: 000000 : 001001 : : Empty Scope
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
a : 001000 : 001001 : integer : Primitive Instance
|
||||
undefined : 001000 : 001001 : integer : Primitive Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
x : 001000 : 001001 : integer : Primitive Instance
|
||||
------------------------------:--------:--------:-----------------------------------:-----------------------------------:
|
||||
x : 001000 : 001001 : integer : Primitive Instance
|
||||
y : 001000 : 001001 : integer : Primitive Instance
|
Reference in New Issue
Block a user