Przeglądaj źródła

Add template for ruby parser

tags/v1.0^2
Benjamin Attal 10 lat temu
rodzic
commit
08f16074fb
3 zmienionych plików z 7 dodań i 0 usunięć
  1. +3
    -0
      .gitignore
  2. +4
    -0
      parsers/ruby/Gemfile
  3. +0
    -0
     

+ 3
- 0
.gitignore Wyświetl plik

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

# Maven
parsers/java/target/*

# Ctags
*/tags
logs/*

+ 4
- 0
parsers/ruby/Gemfile Wyświetl plik

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

gem 'ruby_parser'
gem 'sexp_processor'

+ 0
- 0
Wyświetl plik


Ładowanie…
Anuluj
Zapisz