Skip to content

Tags: microsoft/tolerant-php-parser

Tags

v0.1.2

Toggle v0.1.2'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 #387 from TysonAndre/exclude-github-directory

Exclude phpstan.neon and .github directories from packages

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 #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 #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 #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 #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 #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 #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 #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 #295 from TysonAndre/fix-namespace-expr-in-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 #282 from TysonAndre/force-assignment-expression

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