mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/racc/parser.rb: add note for Racc full package.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4ffed78b32
commit
3bc0f22fce
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Feb 16 15:18:33 2004 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
|
* lib/racc/parser.rb: add note for Racc full package.
|
||||||
|
|
||||||
Mon Feb 16 15:13:01 2004 Minero Aoki <aamine@loveruby.net>
|
Mon Feb 16 15:13:01 2004 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
* ext/racc/cparse/README: new file.
|
* ext/racc/cparse/README: new file.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# parser.rb
|
# parser.rb
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2003 Minero Aoki <aamine@loveruby.net>
|
# Copyright (c) 1999-2004 Minero Aoki
|
||||||
#
|
#
|
||||||
# This program is free software.
|
# This program is free software.
|
||||||
# You can distribute/modify this program under the same terms of ruby.
|
# You can distribute/modify this program under the same terms of ruby.
|
||||||
|
@ -12,6 +12,11 @@
|
||||||
#
|
#
|
||||||
# $raccId: parser.rb,v 1.4 2003/11/03 13:41:47 aamine Exp $
|
# $raccId: parser.rb,v 1.4 2003/11/03 13:41:47 aamine Exp $
|
||||||
#
|
#
|
||||||
|
# NOTE:
|
||||||
|
# This file is part of the runtime library of Racc parser generator.
|
||||||
|
# If you want to generate your own parser, you must get Racc full package.
|
||||||
|
# Get it from: http://raa.ruby-lang.org/list.rhtml?name=racc
|
||||||
|
#
|
||||||
|
|
||||||
unless defined?(NotImplementedError)
|
unless defined?(NotImplementedError)
|
||||||
NotImplementedError = NotImplementError
|
NotImplementedError = NotImplementError
|
||||||
|
|
Loading…
Reference in a new issue