nil 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/nil +1 -1
  2. data/lib/nil/version.rb +1 -1
  3. metadata +1 -1
data/bin/nil CHANGED
@@ -21,7 +21,7 @@ code = ARGF.read
21
21
  mp = Nil::MacroParser.new
22
22
  code = mp.parse code
23
23
  i = Nil::Interpreter.new
24
- i.compile code
24
+ i.compile code, Nil::Interpreter.mode
25
25
 
26
26
  if opts[:compile_only]
27
27
  puts i.compiled_ruby
@@ -1,3 +1,3 @@
1
1
  module Nil
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: