This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/nikic/PHP-Parser.git
synced
2025-02-22 18:02:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
lib
/
PHPParser
History
nikic
299893066d
Fix NodeTraverser by putting to-be-deleted and to-be-merged nodes into the same queue. Additionally do not further iterate queued nodes.
2011-08-19 17:19:27 +02:00
..
Node
Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods)
2011-08-14 18:51:42 +02:00
Parser
Implement the debug parser by extending the normal parser. That way there is no need to repeat all action codes and lookup tables twice.
2011-08-14 15:36:15 +02:00
PrettyPrinter
Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods)
2011-08-14 18:51:42 +02:00
Autoloader.php
…
Error.php
…
Lexer.php
…
NodeAbstract.php
…
NodeDumper.php
…
NodeTraverser.php
Fix NodeTraverser by putting to-be-deleted and to-be-merged nodes into the same queue. Additionally do not further iterate queued nodes.
2011-08-19 17:19:27 +02:00
NodeVisitorAbstract.php
Use classes for visitors
2011-08-09 09:28:58 +02:00
NodeVisitorInterface.php
Use classes for visitors
2011-08-09 09:28:58 +02:00
Parser.php
Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods)
2011-08-14 18:51:42 +02:00
PrettyPrinterAbstract.php
Add specialized constructors for all expression nodes apart from lambda
2011-08-11 10:25:51 +02:00