tolerant-php-parser/docs
Tyson Andre 465d02f146 v0.1.0: Raise minimum php version, change some AST representations
Raise the minimum php version from 7.0 to 7.2.
Depend on phpunit 8 for local development

Unify method names for Node and Token to getFullStartPosition and getStartPosition
(Consistently end public API methods with Position).
Avoid the need for callers to check if an object is a Node/Token before
calling a method.

Convert UnsetIntrinsicExpression to UnsetStatement - it can only be used
as a statement.

Unify previously split up lists into a single list in some AST node
properties (initially done that way for backward compatibility)

Clean up unnecessary special case for throw
- This continues to be parsed as an ExpressionStatement with the same
  precedence

Rename throwStatement to throwExpression in test file names.
2021-04-29 17:11:53 -04:00
..
ApiDocumentation.md v0.1.0: Raise minimum php version, change some AST representations 2021-04-29 17:11:53 -04:00
GettingStarted.md GettingStarted: Update instructions to PHP 7.2 2020-05-04 22:08:56 +01:00
HowItWorks.md Fix typos 2018-09-09 16:27:49 -04:00
Invariants.md Fix #288 2019-03-14 08:44:05 -07:00
Overview.md Update Overview.md 2017-01-16 23:08:49 -08:00
a.md Merge branch 'master' of https://github.com/Microsoft/tolerant-php-parser into lang-server 2017-05-05 09:53:35 -07:00