rename phisol to soml

This commit is contained in:
Torsten Ruger
2015-10-23 14:22:55 +03:00
parent 991cc0519f
commit e0c5bc4c11
31 changed files with 60 additions and 97 deletions

View File

@ -0,0 +1,8 @@
module Soml
Compiler.class_eval do
def on_statements statement
process_all( statement.children )
end
end
end