Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Issue when parsing lident #447

Closed
amiralies opened this issue Jun 30, 2021 · 3 comments
Closed

Issue when parsing lident #447

amiralies opened this issue Jun 30, 2021 · 3 comments

Comments

@amiralies
Copy link
Contributor

it looks in some sitatations when parsers try to parse an identifier ignores some illegal tokens.
examples:

let x as 'y = ()
(~???x) => x
@IwanKaramazow
Copy link
Contributor

Thanks for the report.

It seems that we don't report errors and just skip tokens. Will look into this.

@amiralies
Copy link
Contributor Author

I submitted a fix i'm not sure if it's correct fix feel free to close or guide toward correct fix

@IwanKaramazow
Copy link
Contributor

Sorry for the delay, merged your PR, solid work!

Fixed in #448

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants