Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I get a BNF/yacc/RE for the Perl language?

BNF Language Perl yacc
0
Posted

Can I get a BNF/yacc/RE for the Perl language?

0

There is no BNF, but you can paw your way through the yacc grammar in perly.y in the source distribution if you’re particularly brave. The grammar relies on very smart tokenizing code, so be prepared to venture into toke.c as well. In the words of Chaim Frenkel: “Perl’s grammar can not be reduced to BNF. The work of parsing perl is distributed between yacc, the lexer, smoke and mirrors.

0

There is no BNF, but you can paw your way through the yacc grammar in perly.y in the source distribution if you’re particularly brave. The grammar relies on very smart tokenizing code, so be prepared to venture into toke.c as well. In the words of Chaim Frenkel: “Perl’s grammar can not be reduced to BNF.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123