Thread Perl Grammatik (15 answers)
Opened by esskar at 2005-12-19 04:02

renee
 2005-12-19 05:05
#61080 #61080
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Korrigiere mich: Auch Simon kann es nicht haben...

Aus http://www.xav.com/perl....anguage:
Quote
Can I get a BNF/yacc/RE for the Perl language?
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."
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Perl Grammatik