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

Incorrect AST for context-sensitive lexers in Rust #49

Closed
woutersl opened this issue Feb 8, 2018 · 2 comments
Closed

Incorrect AST for context-sensitive lexers in Rust #49

woutersl opened this issue Feb 8, 2018 · 2 comments
Labels
Milestone

Comments

@woutersl
Copy link
Member

woutersl commented Feb 8, 2018

Original report by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


Context-sensitive lexers in Rust produce incorrect tokens, and this the associated lexer produce incorrect ASTs. The problem occurs when the tokens are pushed in the token repository by a context-sensitive lexer.

@woutersl
Copy link
Member Author

woutersl commented Feb 8, 2018

Original comment by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


Verified

@woutersl
Copy link
Member Author

woutersl commented Feb 8, 2018

Original comment by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


[fix] Fixed issue #49 Incorrect AST for context-sensitive lexers in Rust

@woutersl woutersl closed this as completed Feb 8, 2018
@woutersl woutersl added this to the 3.4.0.release milestone Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant