Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-13 | Bugfix in `is_attr_self()` | max | 1 | -0/+19 | |
Signed-off-by: max <gmx.sht@gmail.com> | |||||
2022-01-27 | Unify handling of calls (#614) | René Kijewski | 1 | -0/+82 | |
Instead of having `Expr::VarCall`, `Expr::PathCall` and `Expr::MethodCall`, this PR unifies the handling of calls by removing the former three variants, and introducing `Expr::Call`. |