• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

Calc.ypH A D20-Feb-20131.9 KiB

ChangesH A D20-Feb-20138.5 KiB

lib/H05-Apr-20133

Makefile.PLH A D20-Feb-20131.1 KiB

MANIFESTH A D20-Feb-2013258

READMEH A D20-Feb-20131.4 KiB

t/H11-Apr-20135

yappH A D20-Feb-20136.3 KiB

YappParse.ypH A D20-Feb-201312.5 KiB

README

1
2Parse::Yapp - Parse::Yapp  Yet Another Perl Parser compiler
3
4Compiles yacc-like LALR grammars to generate Perl OO parser modules.
5
6COPYRIGHT
7
8(c) 1998-2001 Francois Desarmenien, all rights reserved.
9(see the Copyright section in Yapp.pm for usage and distribution rights)
10
11IMPORTANT NOTES
12
13The Parse::Yapp pod section is the main documentation and it assumes
14you already have a good knowledge of yacc. If not, I suggest the GNU
15Bison manual which is a very good tutorial to LALR parsing and yacc
16grammar syntax.
17
18The yapp frontend has its own documentation using either 'perldoc yapp'
19or (on systems with man pages) 'man yapp'.
20
21Any help on improving those documentations is very welcome.
22
23DESCRIPTION
24
25This is production release 1.05 of the Parse::Yapp parser generator.
26
27It lets you create Perl OO fully reentrant LALR(1) parser modules
28(see the Yapp.pm pod pages for more details) and has been designed to
29be functionally as close as possible to yacc, but using the full power
30of Perl and opened for enhancements.
31
32REQUIREMENTS
33
34Requires perl5.004 or better :)
35
36It is written only in Perl, with standard distribution modules, so you
37don't need any compiler nor special modules.
38
39INSTALLATION
40
41perl Makefile.PL
42make
43make test
44make install
45
46WARRANTY
47
48This software comes with absolutly NO WARRANTY of any kind. 
49I just hope it can be useful.
50
51
52FEEDBACK
53
54Send feedback, comments, bug reports, pizze and postcards to:
55
56Francois Desarmenien <francois@fdesar.net>
57