Skip to content

Conversation

@strub
Copy link
Member

@strub strub commented Oct 29, 2024

A conflict arises with code positioning and decimal numbers (e.g., 2.2). To address this, the incremental API of Menhir is now employed. When the lexer identifies a decimal number, but the parser is in a state where a decimal number isn't accepted, it returns the a number-dot-number token sequence instead.

A conflict arises with code positioning and decimal numbers (e.g.,
2.2). To address this, the incremental API of Menhir is now
employed. When the lexer identifies a decimal number, but the parser
is in a state where a decimal number isn't accepted, it returns the a
number-dot-number token sequence instead.
@strub strub requested review from fdupress and mbbarbosa October 29, 2024 16:32
@strub strub self-assigned this Oct 29, 2024
@strub strub merged commit 8ae811b into main Oct 29, 2024
15 checks passed
@strub strub deleted the fix-position-parsing branch October 29, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants