add return and argument types

This commit is contained in:
Torsten Ruger
2015-09-18 00:02:52 +03:00
parent 4d195a5f44
commit 396a843a5e
15 changed files with 163 additions and 171 deletions

View File

@ -4,7 +4,9 @@ gem "rake"
gem "salama-reader" , :path => "."
#gem "ast" , :path => "../ast"
# use this for debugging, the printout is better (cut/paste)
# gem "ast" , :github => "dancinglightning/ast"
gem "ast"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.