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 | |||
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 | |||
c8a008f7e46c | Joshua Spence | Make PHP echo tags always available | Aug 30 2015 | |||
6e8db556dbb9 | Joshua Spence | Make XHPAST scanner non-interactive | Aug 25 2015 | |||
c5e78941746d | Joshua Spence | Remove unused last_token macro | Aug 25 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 | |||
efc338d50f17 | Joshua Spence | Fix XHPAST parsing of casts | Apr 12 2015 | |||
01f860e0ec7f | epriestley | Fix compile failure in xhpast | Apr 9 2015 | |||
31110f222572 | epriestley | Extend nodes in both directions in XHPAST | Jan 7 2015 | |||
994a138b6d12 | Joshua Spence | Fix an XHPAST bug | Jan 5 2015 | |||
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 | |||
f23bc5eea2f7 | epriestley | Fix an issue where PHP_EOL_COMMENT tokens were discarded on EOF | Aug 6 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 | |||
196faec15d83 | epriestley | Commit flex/bison scanner/parser to the repository | Jun 13 2011 |
c4science · Help