2 Commits

Author SHA1 Message Date
6302038914 make 1.9 save 2015-09-15 20:04:32 +03:00
20796dce66 fix gemfile 2015-09-15 19:46:05 +03:00
3 changed files with 4 additions and 8 deletions

View File

@ -4,7 +4,7 @@ gem "rake"
gem "salama-reader" , :path => "." gem "salama-reader" , :path => "."
gem "citrus" , :github => "salama/citrus" , :branch => "gemspec-readme" gem "citrus" , :github => "salama/citrus" , :branch => "gemspec-readme"
gem "ast" , :path => "../ast" gem "ast" #, :path => "../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.

View File

@ -11,14 +11,10 @@ PATH
salama-reader (0.2.0) salama-reader (0.2.0)
citrus (~> 3.0.3) citrus (~> 3.0.3)
PATH
remote: ../ast
specs:
ast (2.1.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
ast (2.1.0)
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)
docile (1.1.5) docile (1.1.5)
@ -36,7 +32,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
ast! ast
citrus! citrus!
codeclimate-test-reporter codeclimate-test-reporter
minitest minitest

View File

@ -4,7 +4,7 @@ module Parser
# obviously a work in progress !! # obviously a work in progress !!
Citrus::Match.include AST::Sexp Citrus::Match.send :include , AST::Sexp
Citrus.require "parser/bosl" Citrus.require "parser/bosl"