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

Fix parsing errors for infix expressions #157

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mjambon
Copy link

@mjambon mjambon commented Oct 18, 2024

The original bug was that a function applied using the infix syntax such as a eq b. This would produce a parse error if the operator started with the letter e but not other letters. This was a problem in the scanner code for automatic semicolons. I also found a problem with infix operators starting with import as in a import_ b. This is also fixed now.

@github-actions github-actions bot added the scanner Related to the external scanner label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scanner Related to the external scanner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant