Skip to content
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

Clean up parser state machine #157

Open
janderland opened this issue Jun 19, 2023 · 0 comments
Open

Clean up parser state machine #157

janderland opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@janderland
Copy link
Owner

janderland commented Jun 19, 2023

The parser's state machine includes sub-states for the string, tuple, variable states which should be integrated into the state machine. We need this because the parser should output it's final state after failure to provide autocomplete with the ability to guess the next set of characters.

@janderland janderland added the enhancement New feature or request label Jun 19, 2023
@janderland janderland added this to the v0.3.0 milestone Jun 19, 2023
@janderland janderland self-assigned this Jun 19, 2023
@janderland janderland linked a pull request Jul 1, 2023 that will close this issue
@janderland janderland removed this from the v0.3.0 milestone Jul 9, 2023
@janderland janderland removed their assignment Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant