Skip to content

Tags: microsoft/tolerant-php-parser

Tags

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 #268 from TysonAndre/parsing-precedence-fixes

Bug fixes for parsing associativity

v0.0.15

Toggle v0.0.15'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 #260 from TysonAndre/fix-trait-use-notice

Fix a PHP notice generating a scoped property access expression

v0.0.14

Toggle v0.0.14'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 #259 from TysonAndre/fix-typo

Fix typos

v0.0.13

Toggle v0.0.13'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 #253 from TysonAndre/fix-inline-html-edge-case

Fix parsing of edge case involving inline HTML

v0.0.12

Toggle v0.0.12'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 #245 from TysonAndre/fix-short-echo

Fixes #220 : Properly parse expression lists passed to `<?=`

v0.0.11

Toggle v0.0.11'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 #243 from TysonAndre/fix-trait-list

Fixes #190: `insteadof` should be able to accept a name list

v0.0.10

Toggle v0.0.10'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 #228 from TysonAndre/fix-unary-lhs-binary

For #19: Fix an edge case parsing `=` and `instanceof`

v0.0.9

Toggle v0.0.9's commit message
Add license to FilePositionMapTest.php

v0.0.8

Toggle v0.0.8'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 #210 from MaartenStaa/fix-new-static-and-instanceo…

…f-static

Fix #194 - oddities around the static keyword.

v0.0.7

Toggle v0.0.7's commit message
Fix #202 - suppress warnings from token_get_all -

It can produce lots of unnecessary warnings when parsing invalid php syntax