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

not support outside coffeeCompat mode #557

Merged
merged 3 commits into from
Jun 26, 2023
Merged

not support outside coffeeCompat mode #557

merged 3 commits into from
Jun 26, 2023

Conversation

edemaine
Copy link
Collaborator

  • Add support for not x!x in all cases, not just coffeeCompat
    • Note that not was already a keyword; it just didn't do anything by itself, only in is not, etc.
  • Fix not: 1 (using not as an object property, which was previously broken in coffeeCompat mode)
  • Fix not x (previously didn't support more than one space)
  • Keep support for not op except in coffeeCompat mode
  • Some code cleanup

Spun off from #548 as suggested in #548 (comment)

@edemaine edemaine temporarily deployed to build June 25, 2023 20:25 — with GitHub Actions Inactive
@edemaine edemaine merged commit 185c9e1 into main Jun 26, 2023
@edemaine edemaine deleted the not branch June 26, 2023 02:49
@STRd6 STRd6 mentioned this pull request Aug 27, 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