Commit Graph

68 Commits

Author SHA1 Message Date
Tyler Christensen
6d1eee5a79 php8: resolve enums in NamespaceResolver 2023-07-18 15:32:28 +02:00
Laytan Laats
b2e5aefaa7 chore: release v0.9.0 2023-03-26 03:13:26 +02:00
i582
4f5cd69ae9 cleanup 2022-06-26 03:42:25 +03:00
i582
2d99e3a9ec readme: updated supported PHP versions 2022-06-26 03:36:20 +03:00
Tsygankov-Slava
3dd40d3b5a
readme: fixed cli flags (#25) 2022-06-25 20:09:48 +03:00
Ruud Kamphuis
d846011a9b
readme: handle parse errors in example (#20) 2021-08-01 22:00:01 +03:00
Makhnev Petr
689cca66c4
.github: setup GitHub related things (#13)
- Added Github Actions
- Replaced `ISSUE_TEMPLATE.md`
2021-07-31 20:01:44 +03:00
Ruud Kamphuis
4d0bfa25aa
readme: use correct conf pkg instead of cfg for config (#4) 2021-07-31 13:19:33 +03:00
Makhnev Petr
72cd222aeb
all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
Makhnev Petr
049ce7ddc6
PHP 8 (#1)
PHP 8 Update

- nullsafe operator (?->)
- Remove (real) cast
- Named arguments
- Remove (unset) cast
- Remove {} access
- match expression
- Union types in type hints and static typehint
- Block catch without variable
- Trailing comma in parameter lists
- throw can be used as an expression
- Concatenation precedence
- Declaring properties in the constructor
- Attributes
- Names in the namespace are treated as a single token
- Trailing comma in closure use list
- Check that ::class on object works
- Deferencable changes and arbitrary expressions in new/instanceof
2021-07-30 20:53:27 +03:00
Vadym Slizov
cb29615397
[#120] update readme 2021-02-13 22:16:54 +02:00
Vadym Slizov
386eb124df Merge branch 'master' into dev 2020-03-09 13:34:36 +02:00
Vadym Slizov
3383679bc8 update readme 2020-03-09 12:44:10 +02:00
Vadym Slizov
5110c36dca
Update README.md 2019-08-19 15:44:38 +03:00
Iskander (Alex) Sharipov
32c9a7394c
readme: mention phpgrep in "who uses" 2019-08-13 04:00:36 +03:00
z7zmey
394f882100 #88 Update README.md 2019-05-01 09:34:53 +03:00
z7zmey
2c649159c7 #80 implement Ragel based lexer 2019-03-20 21:06:56 +02:00
Vadym Slizov
984dba6a80
Update README.md 2019-03-06 10:36:48 +02:00
Vadym Slizov
e317dd23fb
Update README.md 2019-03-06 10:35:38 +02:00
z7zmey
c456fa90ce update README.md 2019-02-25 17:16:24 +02:00
z7zmey
d155c563ef Merge branch 'master' into dev 2018-11-05 17:14:09 +02:00
Vadym Slizov
a4c7bff692
Update README.md
budges updating
2018-08-06 21:16:47 +03:00
z7zmey
f32a4b24c9 trace profiling added 2018-07-11 17:01:31 +03:00
z7zmey
e90df8ef5f #33 comment package has renamed to meta and parser now saves whitespaces 2018-06-30 23:23:19 +03:00
z7zmey
b62cb4359b Merge branch 'master' into dev 2018-06-26 23:09:16 +03:00
z7zmey
ca5c3bbfff cli: add -prof flag 2018-06-21 20:37:34 +03:00
z7zmey
09c984ebdb #30 created json dumper 2018-06-20 01:57:20 +03:00
Jesse Donat
78d78ff74f
Corrects README example 2018-06-17 21:16:05 -05:00
Vadym Slizov
9f0d4b02c2
Update README.md 2018-06-07 19:52:44 +03:00
z7zmey
af379a61dd Merge branch 'comments3' 2018-06-07 15:06:54 +03:00
z7zmey
ac74ae3225 create ClassExtends ClassImplements InterfaceExtends nodes 2018-06-03 10:50:37 +03:00
z7zmey
a488f43496 remove nodesWithEndToken type 2018-06-03 09:35:44 +03:00
Vadym Slizov
72cf9d106e
Update README.md 2018-05-16 14:02:28 +03:00
Vadym Slizov
04bd98eec2
Update README.md 2018-04-10 23:45:26 +03:00
z7zmey
71f940fcf2 issue #8: update readme 2018-04-10 15:51:05 +03:00
z7zmey
ac135f132d update README.md 2018-04-09 23:30:44 +03:00
Anthony HAMON
e8a496207c
update README
* add missing writer in main example
2018-04-07 15:01:59 +02:00
Vadym Slizov
624dc4f498
Update README.md 2018-04-06 15:23:33 +03:00
Slizov Vadim
4c5803798b
Update README.md 2018-03-04 15:47:41 +02:00
z7zmey
4cb64425a0 add logo 2018-03-04 13:08:45 +02:00
Slizov Vadim
72fc6bd82b
Update README.md 2018-03-01 23:14:51 +02:00
z7zmey
413f380afe update README.md 2018-02-27 23:59:27 +02:00
Slizov Vadim
8420ab93ec
Update README.md 2018-02-19 14:36:06 +02:00
Slizov Vadim
a7070e2cf1
Update README.md 2018-02-19 14:34:49 +02:00
z7zmey
757f57c223 update README.md 2018-02-19 11:44:52 +02:00
Slizov Vadim
03f49187ce
Update README.md 2018-02-08 11:37:44 +02:00
Slizov Vadim
1824f2e5f0
Update README.md 2018-02-06 12:52:31 +02:00
z7zmey
ce9d676229 update README.md 2018-02-04 21:49:53 +02:00
z7zmey
3eb29f456a update README.md 2018-02-04 21:47:12 +02:00
z7zmey
fb21f2dca5 update README.md 2018-02-04 21:35:46 +02:00