Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Pull requests: php-rust-tools/parser

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

chore: add more third party projects
#190 by williamdes was merged Dec 10, 2022 Loading…
chore: refactor ident and dynamic var parsers
#192 by azjezz was merged Dec 10, 2022 Loading…
chore: allow static, self, and parent in exprs
#195 by azjezz was merged Dec 10, 2022 Loading…
chore: allow attributes on enum cases
#196 by azjezz was merged Dec 10, 2022 Loading…
chore: create an ast node for short ternary
#198 by azjezz was merged Dec 10, 2022 Loading…
chore: allow enum and from to be used as type identifiers
#199 by azjezz was merged Dec 10, 2022 Loading…
fix multiple parse errors, and error for magic methods on enums
#206 by azjezz was merged Dec 11, 2022 Loading…
parser: support die/exit expressions
#211 by ryangjchandler was merged Dec 11, 2022 Loading…
feature: support <?=
#217 by ryangjchandler was merged Dec 12, 2022 Loading…
chore: fix argument parser, and add closure creation nodes
#222 by azjezz was merged Dec 12, 2022 Loading…
chore: tune lexer and parser states
#223 by azjezz was merged Dec 13, 2022 Loading…
chore: ast improvements
#224 by azjezz was merged Dec 13, 2022 Loading…
chore: add json schema
#225 by azjezz was merged Dec 13, 2022 Loading…
chore: re-write expressions macro to use :tt instead of :expr
#226 by azjezz was merged Dec 13, 2022 Loading…
chore: remove attributes from expression functions
#227 by azjezz was merged Dec 13, 2022 Loading…
chore: add a benchmark action
#231 by azjezz was merged Dec 15, 2022 Loading…
chore: optimizations - phase 2
#232 by azjezz was merged Dec 15, 2022 Loading…
feat: keep comments on nodes
#233 by azjezz was merged Dec 15, 2022 Loading…
ast: add literal node
#236 by azjezz was merged Dec 18, 2022 Loading…
testing benchmark script
#237 by azjezz was closed Dec 19, 2022 Loading…
chore: cleanup tokens and span references
#238 by azjezz was merged Dec 19, 2022 Loading…
chore: remove redundant scopes
#239 by azjezz was merged Dec 19, 2022 Loading…
chore: make method parser smarter, without using scopes
#240 by azjezz was merged Dec 19, 2022 Loading…
feature: store full value against token
#241 by ryangjchandler was merged Dec 20, 2022 Loading…
ProTip! Add no:assignee to see everything that’s not assigned.