use ast that produces ruby output
This commit is contained in:
parent
f5b54c5fca
commit
56a02bd6ea
3
Gemfile
3
Gemfile
@ -5,8 +5,7 @@ gem "rake"
|
|||||||
gem "soml-parser" , :path => "."
|
gem "soml-parser" , :path => "."
|
||||||
|
|
||||||
# use this for debugging, the printout is better (cut/paste)
|
# use this for debugging, the printout is better (cut/paste)
|
||||||
gem "ast" #, :github => "dancinglightning/ast" , :branch => :new_inspect
|
gem "ast" , :github => "dancinglightning/ast"
|
||||||
#gem "ast"
|
|
||||||
|
|
||||||
# Add dependencies to develop your gem here.
|
# Add dependencies to develop your gem here.
|
||||||
# Include everything needed to run rake, tests, features, etc.
|
# Include everything needed to run rake, tests, features, etc.
|
||||||
|
11
Gemfile.lock
11
Gemfile.lock
@ -1,3 +1,9 @@
|
|||||||
|
GIT
|
||||||
|
remote: git://github.com/dancinglightning/ast.git
|
||||||
|
revision: 3814fb102af82a30bf334005ebe17332744f9dad
|
||||||
|
specs:
|
||||||
|
ast (2.1.0)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
@ -8,7 +14,6 @@ PATH
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
ast (2.1.0)
|
|
||||||
blankslate (3.1.3)
|
blankslate (3.1.3)
|
||||||
codeclimate-test-reporter (0.4.6)
|
codeclimate-test-reporter (0.4.6)
|
||||||
simplecov (>= 0.7.1, < 1.0.0)
|
simplecov (>= 0.7.1, < 1.0.0)
|
||||||
@ -28,11 +33,11 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
ast
|
ast!
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
minitest
|
minitest
|
||||||
rake
|
rake
|
||||||
soml-parser!
|
soml-parser!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.6
|
1.13.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user