nikic
|
29bac2a120
|
Further Name node methods
|
2011-08-04 16:30:04 +02:00 |
|
nikic
|
664be2871a
|
Make the resolve type of a name a normal subnode (type)
|
2011-08-04 13:59:56 +02:00 |
|
nikic
|
9c53838b1f
|
Properly handle fully qualified and relative names
|
2011-08-04 13:53:23 +02:00 |
|
nikic
|
2703f42933
|
If the short alias syntax is used compute the alias instead of setting it to null
|
2011-08-04 12:58:12 +02:00 |
|
nikic
|
afd6c70b77
|
Merge preprocessor.php into rebuildParser.php. Don't distribute the temporary preprocessed grammar anymore
|
2011-08-04 12:46:48 +02:00 |
|
nikic
|
12e61cb3ea
|
Allow use of normal dollar variables in .pre.phpy (by transforming them to #hash variables for kmyacc)
|
2011-08-04 12:16:31 +02:00 |
|
nikic
|
eaa9e62900
|
Add checks against use of self / parent class names and static constructors
|
2011-08-04 12:03:34 +02:00 |
|
nikic
|
217280c9ba
|
Add getLast and toString (and __toString) methods to Node_Name
|
2011-08-04 12:02:14 +02:00 |
|
nikic
|
dd2404b57a
|
Rename "ns" to "name" in Stmt_UseUse
|
2011-08-04 12:01:03 +02:00 |
|
nikic
|
70306000e8
|
In rebuildParser.php output stderr too (so there actually is output)
|
2011-08-04 11:47:29 +02:00 |
|
nikic
|
afcf7777bf
|
Don't generate y.output file anymore as it really bloats diffs
|
2011-08-04 11:12:19 +02:00 |
|
nikic
|
06fcef9090
|
Document getDocComment and getLine
|
2011-07-14 13:21:41 +02:00 |
|
nikic
|
962c4dc0f0
|
Add some more unit tests
|
2011-07-13 23:07:05 +02:00 |
|
nikic
|
cc80385aae
|
Fix incorrect line number extraction
|
2011-07-13 13:27:14 +02:00 |
|
nikic
|
a6f97681f6
|
Start adding Unit test (PHPUnit)
|
2011-07-13 13:03:37 +02:00 |
|
nikic
|
43b537f9f9
|
add NodeTraverser
|
2011-07-12 18:07:59 +02:00 |
|
nikic
|
a4e6d79116
|
Make the parser run without errors on 5.4
|
2011-07-04 21:09:20 +02:00 |
|
nikic
|
78f15cd50b
|
Associate last encountered doccomment with next node
|
2011-07-03 16:35:45 +02:00 |
|
nikic
|
033f5c81a0
|
Add missing #line hint for strings
|
2011-06-28 14:16:10 +02:00 |
|
nikic
|
f756d82cd4
|
Fetch start line instead of end line
|
2011-06-28 14:11:12 +02:00 |
|
nikic
|
b153bfa3a8
|
Remove reentrant error handling code (we don't need that currently)
|
2011-06-27 19:14:37 +02:00 |
|
nikic
|
dd13cd4fe9
|
Add README for grammar folder
|
2011-06-26 20:56:35 +02:00 |
|
nikic
|
d94cd1998b
|
fix typos
|
2011-06-26 18:45:19 +02:00 |
|
nikic
|
fb45e8a30c
|
Put statements belonging to a namespace statement into its stmt property, add some further checks against invalid namespace usage and fix the pretty printer to print global namespaces
|
2011-06-26 18:41:01 +02:00 |
|
nikic
|
1478ae9c54
|
Use ArrayObject for Nodes to abstract away array access implementation details
|
2011-06-25 17:51:17 +02:00 |
|
nikic
|
dfa59332ed
|
Move halt_compiler handling from parser to grammar
|
2011-06-12 17:19:12 +02:00 |
|
nikic
|
f11f228074
|
Associate some line information with nodes (currently the line the node ends in, as the starting line is harder to fetch)
|
2011-06-12 17:12:47 +02:00 |
|
nikic
|
363a0771da
|
fix incorrect usages of old ParseErrorException
|
2011-06-06 18:59:14 +02:00 |
|
nikic
|
b24d0e2dc4
|
Rename PHPParser_ParseErrorException to PHPParser_Error
|
2011-06-05 18:52:41 +02:00 |
|
nikic
|
83a2077f0e
|
Add Autoloader
|
2011-06-05 18:47:52 +02:00 |
|
nikic
|
620525a5da
|
Prefix all classes with PHPParser_
|
2011-06-05 18:40:04 +02:00 |
|
nikic
|
4006e55951
|
Fix typo Expr_ErrorSupress -> Expr_ErrorSuppress
|
2011-06-04 15:37:13 +02:00 |
|
nikic
|
8294ceb754
|
Fix pretty printing issues caused by Expr_InstanceOf vs Expr_Instanceof
|
2011-06-04 15:25:54 +02:00 |
|
nikic
|
bf00dff2cf
|
Make halt_compiler() work
|
2011-06-03 22:04:05 +02:00 |
|
nikic
|
d1f09c311e
|
Fix ambiguity when pretty printing dynamic property fetches with arrays
|
2011-06-03 18:24:21 +02:00 |
|
nikic
|
d82bbb3bea
|
Throw ParseErrorException on error instead of error callback
As long as the parser isn't reentrant having an error callback doesn't really make sense and only complicates everything.
|
2011-06-03 17:44:23 +02:00 |
|
nikic
|
0146a41132
|
Add missing precedence information for UnaryPlus and Minus
|
2011-06-02 23:15:56 +02:00 |
|
nikic
|
c94b09dec0
|
Make sure dnumbers are printed as dnumbers even if they could be printed as ints
|
2011-06-02 23:13:05 +02:00 |
|
nikic
|
eaffc0073c
|
Fix indentation fix for InlineHTML printing
|
2011-06-02 23:05:14 +02:00 |
|
nikic
|
74f05f5459
|
Fix wrong node signature in grammar
|
2011-06-02 22:57:00 +02:00 |
|
nikic
|
b80f326b6a
|
Fix problem with indented strings by introducing PrettyPrinter->pSafe
|
2011-06-02 22:52:24 +02:00 |
|
nikic
|
352cfde568
|
Slightly simplify grammar
|
2011-06-02 17:01:22 +02:00 |
|
nikic
|
1c4d47613c
|
Fix parsing of static methods with dynamic method name
|
2011-06-02 16:29:28 +02:00 |
|
nikic
|
fabe44ecb1
|
fix doccomment
|
2011-06-02 11:39:33 +02:00 |
|
nikic
|
25a5301b21
|
Optimize the NodeDumper (30% drop)
|
2011-06-01 22:20:04 +02:00 |
|
nikic
|
5e91c622cc
|
Measure time spent in parser, pretty printer and comparison
|
2011-06-01 20:00:52 +02:00 |
|
nikic
|
cf3afca97d
|
Fix formatting of markdown README
|
2011-05-31 19:35:47 +02:00 |
|
nikic
|
3213cf85cb
|
Add known issues
|
2011-05-31 18:33:38 +02:00 |
|
nikic
|
f40f10d6b4
|
Fix InlineHTML printing
|
2011-05-31 18:27:39 +02:00 |
|
nikic
|
14a6d2b15a
|
Rewrite README
|
2011-05-31 18:01:00 +02:00 |
|