add ast gem

This commit is contained in:
Torsten Ruger
2015-09-15 18:57:21 +03:00
parent eca1e6b1af
commit 3b484aa8ff
4 changed files with 55 additions and 24 deletions

View File

@ -4,6 +4,7 @@ gem "rake"
gem "salama-reader" , :path => "."
gem "ast" , :path => "../ast"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.