rubyx/lib/vool/statements
Torsten Ruger eb7713a9f3 remove method_compiler init method
as init is really just adding a label it is done in the method
 (thus mixing the levels, “polluting” parfait with risc, but there must
be change coming that way anyway)
2018-03-25 19:37:51 +03:00
..
array_statement.rb move vool statements into own directory 2017-04-06 19:11:11 +03:00
assign_statement.rb first while test working 2018-03-16 12:33:11 +05:30
basic_values.rb always return slot definitions 2018-03-17 20:57:35 +05:30
class_statement.rb pass parfait method to to_mom 2018-03-16 11:03:29 +05:30
hash_statement.rb move vool statements into own directory 2017-04-06 19:11:11 +03:00
if_statement.rb ifs working 2018-03-16 19:05:22 +05:30
local_assignment.rb pass parfait method to to_mom 2018-03-16 11:03:29 +05:30
logical_statement.rb adds collect for the statements 2017-04-08 12:10:42 +03:00
method_statement.rb remove method_compiler init method 2018-03-25 19:37:51 +03:00
normalizer.rb fix local name being string (not symbol) 2018-03-22 21:08:13 +05:30
return_statement.rb return works 2018-03-16 19:26:27 +05:30
send_statement.rb change boot to new hash syntax 2018-03-25 13:27:15 +03:00
statements.rb first while test working 2018-03-16 12:33:11 +05:30
variables.rb pass parfait method to to_mom 2018-03-16 11:03:29 +05:30
while_statement.rb fix while statements each 2018-03-20 13:29:18 +05:30