File: ruby-parse

package info (click to toggle)
ruby-whitequark-parser 3.3.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,828 kB
  • sloc: yacc: 40,699; ruby: 20,395; makefile: 12; sh: 8
file content (7 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#! /usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'parser/runner/ruby_parse'

Parser::Runner::RubyParse.go(ARGV)