Skip to content

Conversation

@alajovic
Copy link
Contributor

Fixes #108. I also added a test that verifies some basic expectations about the parsing of boolean literals. It does so by checking that some key token (e.g. constant, TRUE_VALUE) can be found somewhere in the parse tree. The test is parametrized so that it can be reused for further checks of a similar kind.

Copy link
Owner

@klauer klauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test suite is passing, but CI is failing due to Codecov still (even after a token update and re-running the jobs). I'll have to figure out what's going on there separately.

In the meantime, these changes look good - merging with a rule bypass. Thanks!

@klauer klauer merged commit 86f9df8 into klauer:master Jul 14, 2025
6 of 51 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.

Boolean literals are parsed as identifiers

2 participants