pbyacc
Berkeley LALR parser generator, Perl version
Install
- All systems
-
curl cmd.cat/pbyacc.sh
- Debian
-
apt-get install perl-byacc
- Ubuntu
-
apt-get install perl-byacc
- Kali Linux
-
apt-get install perl-byacc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install perl-byacc
- Raspbian
-
apt-get install perl-byacc
- Dockerfile
- dockerfile.run/pbyacc
perl-byacc
Berkeley LALR parser generator, Perl version
Yacc reads the grammar specification in a file and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language. This version is able to produce Perl programs.