Sfoglia il codice sorgente

Add template for ruby parser

tags/v1.0^2
Benjamin Attal 10 anni fa
parent
commit
08f16074fb
3 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +3
    -0
      .gitignore
  2. +4
    -0
      parsers/ruby/Gemfile
  3. +0
    -0
     

+ 3
- 0
.gitignore Vedi File

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

# Maven
parsers/java/target/*

# Ctags
*/tags
logs/*

+ 4
- 0
parsers/ruby/Gemfile Vedi File

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

gem 'ruby_parser'
gem 'sexp_processor'

+ 0
- 0
Vedi File


Caricamento…
Annulla
Salva