git clone git://github.com/why/unholy.git
* lib/unholy.rb: require the tiny `pickle` lib.
...1 234
...12345
0@@ -1,4 +1,5 @@0 #!/usr/bin/env ruby0+$: << "./lib"0 require 'unholy'0 0 asm = Pyasm.new(ARGV[0])
...12 3
... 123
0@@ -1,3 +1,3 @@0-require 'unholy/core'0 require 'unholy/tuple'0+require 'unholy/pickle'0 require 'unholy/pyasm'
...270271272273 274275276
...270271272 273274275276
0@@ -270,7 +270,7 @@ class Pyasm0 when Symbol0 self.label inst0 when Array0- p inst0+ # p inst0 inst[0] = :message if inst[0] == :send0 self.send *inst0 end
No one has commented yet.
Add a comment:
Comments
No one has commented yet.