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

Fix parsing unquoted #78

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Conversation

kit494way
Copy link
Contributor

Fix #77
Fix parsing of special keywords (e.g. inf, nan) to ignore case.
Add a special keyword infinity.
Remove the unused keyword def-env that was not removed in the #74 pull request.
Improve parsing of unquoted string.

@fdncred
Copy link
Collaborator

fdncred commented Jan 29, 2024

wow, thanks for this. looks like a pain to implement. 😆

@fdncred fdncred merged commit 4e51ef8 into nushell:main Jan 29, 2024
3 checks passed
@kit494way kit494way deleted the fix-parsing-unquoted branch February 3, 2024 06:14
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.

inf is parsed as a number unless quoted
2 participants