stab at inter to string

wip
This commit is contained in:
Torsten Ruger
2015-11-08 17:11:03 +02:00
parent c38775e933
commit 6f69995284
5 changed files with 29 additions and 29 deletions

View File

@@ -141,7 +141,7 @@ module Soml
end
def self.load_parfait
["word","class","layout","message" , "object"].each do |o|
["word","class","layout","message" ,"integer", "object"].each do |o|
str = File.open(File.expand_path("parfait/#{o}.soml", File.dirname(__FILE__))).read
syntax = Parser::Salama.new.parse_with_debug(str)
parts = Parser::Transform.new.apply(syntax)