add parser and basic test framework

that doesnt actually do anything. but WILL, great things, off course
This commit is contained in:
Torsten Ruger
2015-12-01 11:55:33 +02:00
parent b9d2508370
commit 27a7657842
9 changed files with 192 additions and 0 deletions

View File

@ -14,5 +14,6 @@ Gem::Specification.new do |s|
s.summary = 'Salama is a native object vm without any c, one day possibly a ruby vm'
s.add_dependency "soml-parser" , "~> 0.5"
s.add_dependency "parser" , "~> 2.2.0"
s.add_dependency "salama-object-file" , "~> 0.3"
end