diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-16 06:19:54 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-16 06:19:54 +0000 |
| commit | 3a3afe8802f260bbde60817101f5d68b0c5e50d1 (patch) | |
| tree | ffe0c7316c72baece31394ecbb473d33db4142b5 /lib/racc/parser.rb | |
| parent | b4206ef3e0a88e769b93b2b3ee7d2d549767d7ac (diff) | |
| download | ruby-3a3afe8802f260bbde60817101f5d68b0c5e50d1.tar.gz ruby-3a3afe8802f260bbde60817101f5d68b0c5e50d1.tar.xz ruby-3a3afe8802f260bbde60817101f5d68b0c5e50d1.zip | |
* lib/racc/parser.rb: add note for Racc full package.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/racc/parser.rb')
| -rw-r--r-- | lib/racc/parser.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb index 07858f677..59c807fb9 100644 --- a/lib/racc/parser.rb +++ b/lib/racc/parser.rb @@ -1,7 +1,7 @@ # # parser.rb # -# Copyright (c) 1999-2003 Minero Aoki <aamine@loveruby.net> +# Copyright (c) 1999-2004 Minero Aoki # # This program is free software. # 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 $ # +# 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) NotImplementedError = NotImplementError |
