Skip to content

Tags: zobo/tolerant-php-parser

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#357 from TysonAndre/readonly-properties

Support php 8.1 readonly property modifier RFC

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#349 from TysonAndre/v1-refactor

Proposed changes for 0.1.0

v0.0.23

Toggle v0.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#345 from TysonAndre/goto-empty

Fix handling of named label for goto.

v0.0.22

Toggle v0.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#335 from TysonAndre/named-arguments-

Support parsing php 8.0 named arguments

v0.0.21

Toggle v0.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#331 from TysonAndre/relative-token

Support php 8.0's "Treat namespaced names as single token" and "?->"

v0.0.20

Toggle v0.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#314 from TysonAndre/object-creation-parens

Support parsing `new (call_function())()`

v0.0.19

Toggle v0.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#303 from TysonAndre/parse-union-type

Support php 8.0 union types for param/property/return

v0.0.18

Toggle v0.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#295 from TysonAndre/fix-namespace-expr-i…

…n-arglist

Fix namespace expression usage in arg list

v0.0.17

Toggle v0.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#282 from TysonAndre/force-assignment-exp…

…ression

Properly parse @$x += $y as @($x += $y)

v0.0.16

Toggle v0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#268 from TysonAndre/parsing-precedence-f…

…ixes

Bug fixes for parsing associativity