Skip to content

starlark: Support any expression as the lhs of a callexpr#30

Merged
robinlinden merged 2 commits intomasterfrom
starlark-parser-structure
Feb 27, 2026
Merged

starlark: Support any expression as the lhs of a callexpr#30
robinlinden merged 2 commits intomasterfrom
starlark-parser-structure

Conversation

@robinlinden
Copy link
Copy Markdown
Owner

This will be used to support things like fun[13](), but right now it
just allows nonsense like trying to call strings.

Every expression has to start w/ an operand, and can then be chained
into various things. This will help with that.
This will be used to support things like `fun[13]()`, but right now it
just allows nonsense like trying to call strings.
@robinlinden robinlinden force-pushed the starlark-parser-structure branch from 5ca145f to 9618121 Compare February 25, 2026 23:52
@robinlinden robinlinden merged commit 9618121 into master Feb 27, 2026
7 checks passed
@robinlinden robinlinden deleted the starlark-parser-structure branch February 27, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant