From 3bc0f22fcea84f09ba347a0575779f935e044c12 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 16 Feb 2004 06:19:54 +0000 Subject: * 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 --- lib/racc/parser.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb index 07858f6775..59c807fb96 100644 --- a/lib/racc/parser.rb +++ b/lib/racc/parser.rb @@ -1,7 +1,7 @@ # # parser.rb # -# Copyright (c) 1999-2003 Minero Aoki +# 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 -- cgit v1.2.3