lib/quby/compiler.rb in quby-compiler-0.4.3 vs lib/quby/compiler.rb in quby-compiler-0.4.4

- old
+ new

@@ -36,10 +36,10 @@ path: path, &block ) end - def self.validate(key, sourcecode) + def self.validate(key, sourcecode, lookup_tables:) Quby::Compiler::Instance.new(lookup_tables: lookup_tables).validate( key: key, sourcecode: sourcecode, ) end