use ast that produces ruby output

This commit is contained in:
Torsten Ruger
2016-12-08 19:34:59 +02:00
parent f5b54c5fca
commit 56a02bd6ea
2 changed files with 10 additions and 6 deletions

View File

@ -5,9 +5,8 @@ gem "rake"
gem "soml-parser" , :path => "."
# use this for debugging, the printout is better (cut/paste)
gem "ast" #, :github => "dancinglightning/ast" , :branch => :new_inspect
#gem "ast"
gem "ast" , :github => "dancinglightning/ast"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do