-
Notifications
You must be signed in to change notification settings - Fork 398
MatchOr and guard statements #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
erica-w-fu
wants to merge
36
commits into
google:main
Choose a base branch
from
erica-w-fu:integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
77da54b
wrote a basic test that calls visit_Match
juliawgraham c213d0f
added extra space to publish branch
juliawgraham 73425a6
implementation for MatchValue
Yuqi07 adb9a50
partial implementation for MatchAs, only implemented for the wildcard…
Yuqi07 f64490e
changed test names for matchas tests
Yuqi07 4aa1195
1. merged visit match_case to visit Match; 2. added wildcards error h…
Yuqi07 607c359
1. removed unused i; 2. added error handling for multiple statements …
Yuqi07 33f7439
created a function visit_MatchOr, still needs to be implemented
erica-w-fu a57b6a8
updated matchcase to accept inequalities
juliawgraham e1d90f9
added support for and/or in guard
juliawgraham 64a281c
matchor implemented with tests
Lucybean-hi 4ab48e8
Merge branch 'integration' into matchand
erica-w-fu 2dbcf03
added requirements for python version 3.10 for all test cases with match
erica-w-fu 62a4633
updated formatting using flake/black
juliawgraham fc0372a
Merge branch 'integration' into matchand
erica-w-fu ad11197
Merge pull request #2 from erica-w-fu/matchand
erica-w-fu 5b6e676
updated syntax according to flake/black (after merging match_case gua…
juliawgraham 0a55289
Merge pull request #1 from google/main
juliawgraham f300ee7
Merge branch 'integration' into updatedMain
juliawgraham c047696
Moved matchor / match guard test cases into function_codegen_match_test
juliawgraham 3b78dd7
Merge pull request #3 from erica-w-fu/updatedMain
juliawgraham fc4eca9
updated everything so it's consistent with main
Yuqi07 1a1cefe
resolved all comments on our latest PR
Yuqi07 befd6dc
fixed all CI errors, now all tests passed
Yuqi07 efd60f8
Update src/latexify/codegen/function_codegen.py
Lucybean-hi 7b67262
Update src/latexify/codegen/function_codegen.py
Lucybean-hi 33327a3
Update src/latexify/codegen/function_codegen.py
Lucybean-hi 587c50b
Update src/latexify/codegen/function_codegen.py
Lucybean-hi ee82180
addressed all comments
Yuqi07 4db2356
fixed flake errors
Yuqi07 ccb0c5d
Added spaces to conditionals in tests
juliawgraham 2d5807e
Added more spaces to conditionals in tests
juliawgraham fd2ddee
fixed style errors and removed guard
Yuqi07 0daeb72
used _match_subject_stack as suggested
Yuqi07 3cf0b0e
Merge branch 'main' into integration
Yuqi07 2019d4b
fixed unit tests, adding cdot back
Yuqi07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.