History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a8143ced646d | Joshua Spence | Remove `short_tags` option from XHPAST | Dec 2 2015 | |||
6eff51516b3b | Joshua Spence | Remove some unused variables and functions from XHPAST | Dec 2 2015 | |||
33b1620656f7 | Joshua Spence | Revert "Don't set `YYINITDEPTH`" | Dec 2 2015 | |||
7fb2bbebd4b3 | Joshua Spence | Don't set `YYINITDEPTH` | Dec 1 2015 | |||
f0881b37049c | Joshua Spence | Fix an issue with parsing `n_USE_LIST` | Nov 25 2015 | |||
e8eaafe04d64 | Joshua Spence | Improve parsing of `use` statements | Nov 19 2015 | |||
44113cfd0db1 | Joshua Spence | Add an `XHPAST::getNamespace()` method | Nov 19 2015 | |||
7124fef0f0d0 | Joshua Spence | Improve parsing of namespaces | Nov 17 2015 | |||
645da2b19d5d | epriestley | Revert "Minor tidying of XHPAST code" | Nov 10 2015 | |||
610ca9eba906 | Joshua Spence | Minor tidying of XHPAST code | Nov 8 2015 | |||
dc0626970a6d | Joshua Spence | Don't eat whitespace after T_OPEN_TAG | Aug 30 2015 | |||
33975b2bc75c | Joshua Spence/Joshua Spence | Create operator nodes in ternary expressions | Aug 27 2015 | |||
d9ce77915302 | Joshua Spence | Remove some unused includes | Aug 27 2015 | |||
6e8db556dbb9 | Joshua Spence | Make XHPAST scanner non-interactive | Aug 25 2015 | |||
ff51f8d44312 | Joshua Spence/Joshua Spence | Remove include_debug from yy_extra_type | Aug 23 2015 | |||
04f31e16d0b5 | Joshua Spence/Joshua Spence | Remove some unused fields from yy_extra_type | Aug 23 2015 | |||
76966a6f6b3e | Joshua Spence/Joshua Spence | Remove flex and bison debug flags | Aug 23 2015 | |||
e276f31b7117 | Joshua Spence | Use semantic versioning for XHPAST | Aug 22 2015 | |||
d052c489a283 | Joshua Spence | Include parentheses in n_ARRAY_VALUE_LIST node | Aug 11 2015 | |||
cc66c966346c | Joshua Spence | Linter fixes for XHPAST source | Apr 5 2015 | |||
c406bfb57fd0 | Joshua Spence | Make the output of `xhpast --version` more compact | Feb 3 2015 | |||
31110f222572 | epriestley | Extend nodes in both directions in XHPAST | Jan 7 2015 | |||
00fe30dd9ebf | Joshua Spence | Fix a minor XHPAST bug | Jan 6 2015 | |||
904d39effd20 | Eric Stern/epriestley | Add array method dereference support to xhpast. | Mar 25 2014 | |||
1f8510cf854b | Joshua Spence/epriestley | Minor linter fixes | Feb 25 2014 | |||
8fb705f8e4b9 | Eric Stern/epriestley | XHPAST array_function_derefence support | Feb 7 2014 | |||
e719f331aa1a | Eric Stern/epriestley | Add support in XHPAST for "(new X)->y" syntax (added in 5.4) | Feb 5 2014 | |||
86d651f9c929 | epriestley | Mostly align parser to PHP 5.5.8 | Jan 21 2014 | |||
93a29d837130 | epriestley | Align PHPAST lexer to PHP 5.5.8 | Jan 21 2014 | |||
4f9915ecac81 | vrana | Delete license headers from files | Nov 5 2012 | |||
6f71ac6b9432 | epriestley | Make XHPAST keep unterminated mutiline comments instead of discarding them | Jan 31 2012 | |||
c6a91d0480d6 | epriestley | Remove XHP and yield support from XHPAST | Jan 27 2012 | |||
46e554e0123a | epriestley | Detect URLs in Remarkup more craftily | Sep 22 2011 | |||
0e17561b5a11 | epriestley | Improve XHPAST consistency around statement lists | Aug 2 2011 | |||
59596a28bb16 | lovro | Fix tree for static arrays in XHPAST | May 25 2011 | |||
031a64b96498 | pad | Handle static scalar in xhp attribute default value context | May 5 2011 | |||
4e139906ae17 | epriestley | Fix an XHPAST issue with chained method calls. | Apr 7 2011 | |||
1ba52402ef23 | Zach Rait | Add support for yield to XHPAST | Apr 5 2011 | |||
f799c701b106 | epriestley | Make XHPAST parse property chains correctly (e.g., $x->a->b). | Feb 14 2011 | |||
f019cdf4a883 | epriestley | Improve XHPAST parsing of various variable-variables. | Feb 11 2011 | |||
e9fbc9eff729 | epriestley | It appears I am terrible at C++. Test for .empty() before doing stuff with . | Feb 6 2011 | |||
3a2367eb1feb | epriestley | Remove n_XHP_ENTITY from the XHPAST parse tree. | Jan 28 2011 | |||
6e57f262ac65 | epriestley | Fix a problem in xhpast where XHP classnames were parsed incorrectly. | Jan 11 2011 | |||
7f0b4484469e | epriestley | Bring XHPAST from Arcanist to libphutil. | Jan 10 2011 |
c4science · Help