rubyx/lib/phisol/compiler/statement_list.rb
2015-10-09 17:51:14 +03:00

9 lines
132 B
Ruby

module Phisol
Compiler.class_eval do
def on_statements statement
process_all( statement.children )
end
end
end