issues
search
TysonAndre
/
php-parser-to-php-ast
Abandoned. Supports only PHPParser 3. convert PHPParser\Node to \ast\Node. See https://github.com/TysonAndre/tolerant-php-parser-to-php-ast/ for better error tolerance.
MIT License
1
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
WIP Support PHPParser 4 alphas
#16
TysonAndre
opened
7 years ago
0
Switch from returning null to throwing `IncompleteExpressionException`
#15
TysonAndre
opened
7 years ago
1
Create appveyor tests
#14
TysonAndre
closed
4 years ago
0
Support and test AST version 50
#13
TysonAndre
closed
7 years ago
0
Create a release for AST version 50, php-ast >= 0.1.5
#12
TysonAndre
closed
7 years ago
1
Emulate the way php-ast searches for doc comments for compatibility
#11
TysonAndre
opened
7 years ago
0
Fix edge cases checking if namespaces use semicolons when converting to php-ast
#10
TysonAndre
opened
7 years ago
2
Update README, update composer.json
#9
TysonAndre
closed
7 years ago
0
Update composer dependencies, try to support 7.2, and convert code from a switch to a hash table of closures
#8
TysonAndre
closed
7 years ago
0
Add dev dependency on a library which can dump \ast\Node, version 40
#7
TysonAndre
closed
7 years ago
2
Create an alpha release tag once done checking for edge cases
#6
TysonAndre
closed
7 years ago
0
Create stub \ast\Node and \ast\Node\Decl declarations.
#5
TysonAndre
closed
7 years ago
2
Expand the test suite to include (The failures found) by syntax checking php-src's phpt tests
#4
TysonAndre
closed
7 years ago
3
Optimize the function with the switch statement on PhpParser Nodes
#3
TysonAndre
closed
7 years ago
1
Refactor ASTConverter class to use instance methods instead of static methods
#2
TysonAndre
closed
7 years ago
1
Add a travis config, to show the number of passing/failing tests
#1
TysonAndre
closed
7 years ago
0