-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Change lexing #191
Draft
kaleidawave
wants to merge
27
commits into
main
Choose a base branch
from
merge-lexer
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.
Draft
Change lexing #191
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62e940b - Browse repository at this point
Copy the full SHA 62e940bView commit details
Commits on Sep 7, 2024
-
Experiment with second lexer implementation and create second Express…
…ion parse implementation that uses it
Configuration menu - View commit details
-
Copy full SHA for 35d4dff - Browse repository at this point
Copy the full SHA 35d4dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d8d06 - Browse repository at this point
Copy the full SHA 08d8d06View commit details -
Temporarily convert most things to comments to new structure
- Merge in Expression which keeps existing
Configuration menu - View commit details
-
Copy full SHA for 266346f - Browse repository at this point
Copy the full SHA 266346fView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2b8a99 - Browse repository at this point
Copy the full SHA f2b8a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14db3cd - Browse repository at this point
Copy the full SHA 14db3cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d39e1b - Browse repository at this point
Copy the full SHA 6d39e1bView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b049bcd - Browse repository at this point
Copy the full SHA b049bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a03fa3 - Browse repository at this point
Copy the full SHA 4a03fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd42f2 - Browse repository at this point
Copy the full SHA bdd42f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e4d5d - Browse repository at this point
Copy the full SHA d0e4d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 917f241 - Browse repository at this point
Copy the full SHA 917f241View commit details
Commits on Sep 25, 2024
-
- Rearrange `impl ASTNode` block items - Implementation for tricky handling of arrow functions with return types in ternary conditional expressions - More fixes and "hole" filling to get more complex files parsing
Configuration menu - View commit details
-
Copy full SHA for afb6dd7 - Browse repository at this point
Copy the full SHA afb6dd7View commit details
Commits on Oct 5, 2024
-
Fixes for arrow functions (both expressions and type annotations)
- Comments in switch statements - `allow_definite_assignment_assertions`
Configuration menu - View commit details
-
Copy full SHA for 4f7802f - Browse repository at this point
Copy the full SHA 4f7802fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a6250 - Browse repository at this point
Copy the full SHA 68a6250View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a4422 - Browse repository at this point
Copy the full SHA b6a4422View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60bf3b2 - Browse repository at this point
Copy the full SHA 60bf3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0efe9d7 - Browse repository at this point
Copy the full SHA 0efe9d7View commit details
Commits on Oct 13, 2024
-
- More errors in places - A few (still more todo) but better handling in edge cases
Configuration menu - View commit details
-
Copy full SHA for d133428 - Browse repository at this point
Copy the full SHA d133428View commit details
Commits on Oct 15, 2024
-
- More errors (still non-final) - Change variant name of `default` TS function for `.d.ts` file - Refactor some lexer APIs (add `parse_comment_literal`) - Get parser tests passing - Remove EMPTY from `bracketed_items_from_reader`
Configuration menu - View commit details
-
Copy full SHA for 724fcc2 - Browse repository at this point
Copy the full SHA 724fcc2View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3017e37 - Browse repository at this point
Copy the full SHA 3017e37View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbcbe17 - Browse repository at this point
Copy the full SHA cbcbe17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c7f9a - Browse repository at this point
Copy the full SHA a4c7f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 773487a - Browse repository at this point
Copy the full SHA 773487aView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c0a622 - Browse repository at this point
Copy the full SHA 5c0a622View commit details -
Configuration menu - View commit details
-
Copy full SHA for bea95b9 - Browse repository at this point
Copy the full SHA bea95b9View commit details -
- Adjust some identifier checks - Move import export parts to subdirectory
Configuration menu - View commit details
-
Copy full SHA for 624adae - Browse repository at this point
Copy the full SHA 624adaeView commit details
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.