tolerant-php-parser/validation/frameworks
Sara Itani b33bb1b1e1 address major issues based on framework validation
- test more frameworks (symfony, codeigniter, cakephp)
- handle cases where reserved words / keywords should be valid names
- add missing VoidReservedWord to lexer
- change script section lexing/parsing (currently work-in-progress: works but the representation isn't finalized) so that script sections are parsed as inline statements rather than a top-level construct. This enables the parse context to be maintained between script sections in a file
- clarify logic around script section start/end tags
- address issues with postfix expression parsing (e.g. could not include increment operators after indexing into an array): be more permissive w/ what constructs are allowed to follow one another
- do not require expression in TernaryExpression->ifExpression, as this should be optional
2016-12-21 17:48:40 -08:00
..
CodeIgniter@62adbbd6cb address major issues based on framework validation 2016-12-21 17:48:40 -08:00
cakephp@284661fd0c address major issues based on framework validation 2016-12-21 17:48:40 -08:00
symfony@d29fc2ca9e address major issues based on framework validation 2016-12-21 17:48:40 -08:00