From 55d2c54e030c71e71a8b38d17b0e20a1b79517e7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Dec 2003 13:38:07 +0000 Subject: re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This makes pidl about 3x faster, and also gives us much better error reporting and a more standard grammer definition that will be much easier to code in lex/yacc if we want to do so at a later date. (Parse::Yapp uses essentially the same grammer file as lex/yacc) It also means we no longer need Parse::RecDescent, which should make pidl much more portable. (This used to be commit 4bbaffeb44dca99ad8c0245beb1fddbe01557215) --- source4/build/pidl/lib/README | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 source4/build/pidl/lib/README (limited to 'source4/build/pidl/lib/README') diff --git a/source4/build/pidl/lib/README b/source4/build/pidl/lib/README deleted file mode 100644 index a02b3f59be..0000000000 --- a/source4/build/pidl/lib/README +++ /dev/null @@ -1,11 +0,0 @@ -Many thanks to Damian Conway for his excellent Parse::Recdescent -package. I have included a copy of it here to prevent problems with -differing versions and pidl. The original package is distributed with -the following copyright: - -COPYRIGHT - - Copyright (c) 1997-2000, Damian Conway. All Rights Reserved. - This module is free software. It may be used, redistributed - and/or modified under the terms of the Perl Artistic License - (see http://www.perl.com/perl/misc/Artistic.html) -- cgit