Explorar el Código

Add template for ruby parser

tags/v1.0^2
Benjamin Attal hace 10 años
padre
commit
08f16074fb
Se han modificado 3 ficheros con 7 adiciones y 0 borrados
  1. +3
    -0
      .gitignore
  2. +4
    -0
      parsers/ruby/Gemfile
  3. +0
    -0
     

+ 3
- 0
.gitignore Ver fichero

@@ -43,4 +43,7 @@ nosetests.xml

# Maven
parsers/java/target/*

# Ctags
*/tags
logs/*

+ 4
- 0
parsers/ruby/Gemfile Ver fichero

@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gem 'ruby_parser'
gem 'sexp_processor'

+ 0
- 0
Ver fichero


Cargando…
Cancelar
Guardar