File: version.rb

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 (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module Parser
  VERSION = '3.3.4.2'
end