Sha256: 3285cbbbdfc398d302ec2f75ba1346d6d7bec72f4064c0c6a8e11b15024e4129
Contents?: true
Size: 389 Bytes
Versions: 15
Compression:
Stored size: 389 Bytes
Contents
# # $Id: a26517cc7b6a673ce1985c8c75fba88492e1e820 $ # # Copyright (c) 1999-2006 Minero Aoki # # This program is free software. # You can distribute/modify this program under the terms of # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". # module Racc class Error < StandardError; end class CompileError < Error; end end
Version data entries
15 entries across 15 versions & 2 rubygems