Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.7

Bug #17841 Bugs in PHP-grammar
Submitted: 2010-09-03 03:08 UTC
From: hrniels Assigned:
Status: Open Package: PHP_ParserGenerator (version 0.1.6)
PHP Version: 5.3.2 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 5 + 22 = ?

 
 [2010-09-03 03:08 UTC] hrniels (Nils Asmussen)
Description: ------------ Hi! I'm using this parser-generator for parsing PHP-code. I based my parser on the grammars PHP.y and PHP_Parser.y. During my development I found a few bugs in the grammar: for-statement: COLON -> SEMI switch-statement: inner_statement_list was missing unset: LPAREN -> RPAREN "static_scalar ::= PLUS static_scalar" was missing "static_scalar ::= MINUS static_scalar" was missing Hope this helps! Best regards, Nils

Comments