parser
parser copied to clipboard
[meta] Statements
Address #11.
Specification
https://github.com/php/php-langspec/blob/master/spec/19-grammar.md#statements
Progression
- [ ] General,
- [ ] Compound statements,
- [ ] Labeled statements,
- [ ] Expression statements,
- [ ] Iteration statements,
- [ ] Jump statements,
- [ ] The
trystatement, - [ ] The
declarestatement, - [ ] Functions,
- [ ] Classes,
- [ ] Interfaces,
- [ ] Traits,
- [ ] Namespaces.