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

parser: add unimplemented nodes to AST instead of raising exceptions (fixes #88) #88

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Conversation

tomasohara
Copy link

No description provided.

@tomasohara tomasohara marked this pull request as ready for review June 6, 2023 23:47
@tomasohara
Copy link
Author

Sorry, I should have checked with you first about your preference. (The squash interface is a bit awkward, which is why I thought redoing the PR from scratch would be OK.)

I hope I can get this approved, because I have follow-on changes in the works to add unimplemented nodes for arrays and arithmetic expansions. This is to minimize failures over the Bash test suite, which I am using for testing other work. Currently, about 1/3rd of the 250+ tests leading to exceptions.

Best,
Tom

@idank
Copy link
Owner

idank commented Jun 14, 2023

This slipped my mind, sorry! Merged, thanks again for your work.

@idank idank merged commit 81a0580 into idank:master Jun 14, 2023
tomasohara pushed a commit to tomasohara/bashlex that referenced this pull request Jun 24, 2023
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.

2 participants