yapp
Perl module for creating fully reentrant LALR parser OO Perl modules
Install
- All systems
-
curl cmd.cat/yapp.sh
- Debian
-
apt-get install libparse-yapp-perl - Ubuntu
-
apt-get install libparse-yapp-perl - Arch Linux
-
pacman -S libparse-yapp-perl - Kali Linux
-
apt-get install libparse-yapp-perl - CentOS
-
yum install libparse-yapp-perl - Fedora
-
dnf install libparse-yapp-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libparse-yapp-perl - Raspbian
-
apt-get install libparse-yapp-perl
libparse-yapp-perl
Perl module for creating fully reentrant LALR parser OO Perl modules
This is a collection of modules that let you generate and use yacc like thread safe (reentrant) parsers with perl object oriented interface. The script yapp is a front-end to the Parse::Yapp module and let you easily create a Perl OO parser from an input grammar file.