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

Hint reference parsing #625

Merged
merged 9 commits into from
Aug 20, 2024
Merged

Hint reference parsing #625

merged 9 commits into from
Aug 20, 2024

Conversation

cicr99
Copy link
Contributor

@cicr99 cicr99 commented Aug 12, 2024

Fix #548

The changes in the grammar:

  • allow more complex expression to be parsed. For example, more than only two terms to be operated
  • include missing cases such as:
    • a simple number as the expression to be casted
    • double dereference inside the expression
  • parse the numbers inside the expressions as a string as to allow numbers bigger than 64 bits

@cicr99 cicr99 marked this pull request as ready for review August 15, 2024 18:13
Copy link
Member

@Sh0g0-1758 Sh0g0-1758 left a comment

Choose a reason for hiding this comment

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

LGTM

@cicr99 cicr99 merged commit d2dfc2d into main Aug 20, 2024
4 checks passed
@cicr99 cicr99 deleted the hint_reference_parsing branch August 20, 2024 15:35
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.

Missing expression in parser
3 participants