Skip to content

Conversation

@rinarakaki
Copy link
Owner

No description provided.

da-woods and others added 30 commits May 28, 2022 18:35
Things like match-case (essentially anything that uses Python's
new PEG parser capacities) are going to have to be implemented
by trying to parse something, failing, then going back and trying
to parse something else. This commit gets the initial work done
to make this easier to do
Structure it parses into is largely nonsense
Co-authored-by: scoder <stefan_ml@behnel.de>
By being converted into an if statement
By non-transformed match statement I mean "isn't changed
to a set of if/else statements" - instead has it's own
structure. Variable binding doesn't work yet in these
non-transformed statements
@rinarakaki rinarakaki marked this pull request as ready for review November 5, 2023 10:12
@rinarakaki rinarakaki marked this pull request as draft November 5, 2023 10:13
@rinarakaki rinarakaki marked this pull request as ready for review November 5, 2023 15:03
@rinarakaki rinarakaki force-pushed the main branch 6 times, most recently from 6801292 to c69139b Compare November 19, 2023 05:57
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.

3 participants