Skip to content

feat(parser): add complementary boolean shorthands - #86

Merged
Seddryck merged 1 commit into
mainfrom
codex/issue-84-boolean-shorthands
Aug 18, 2026
Merged

feat(parser): add complementary boolean shorthands#86
Seddryck merged 1 commit into
mainfrom
codex/issue-84-boolean-shorthands

Conversation

@Seddryck

Copy link
Copy Markdown
Owner

Summary

  • recognize |NAND, |NOR, and |NXOR as binary shorthand operators
  • preserve each concrete operator token in the generated CST artifacts
  • cover chaining, unary/grouped/pipeline composition, whitespace, and recovery cases

Validation

  • npx tree-sitter test --file-name boolean-shorthands.txt (25/25 passing)
  • git diff --cached --check

Close #84

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0a9a0f36-082a-405c-a2e0-fdfba29dec14


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Seddryck
Seddryck marked this pull request as ready for review August 18, 2026 15:59
@Seddryck
Seddryck merged commit 3f1ab71 into main Aug 18, 2026
26 checks passed
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.

feat: add NAND, NOR and NXOR boolean shorthands

1 participant