starts on local variable collection

500 tests (in under 2 seconds), yippie
This commit is contained in:
Torsten Ruger
2017-04-08 12:28:31 +03:00
parent ea41f9cae9
commit b0e3978b15
7 changed files with 37 additions and 3 deletions

View File

@ -10,6 +10,10 @@ module Vool
end
end
class LocalAssignment < Assignment
# used to collect frame information
def add_local( array )
array << @name
end
end
class InstanceAssignment < Assignment
# used to collect type information