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

Precise haskell mode: Explicit structuring often allow 2 ways to parse comments #141

Open
ethercrow opened this issue Nov 19, 2012 · 1 comment

Comments

@ethercrow
Copy link
Member

Original author: [email protected] (August 04, 2009 16:56:06)

Following code will slow down the parser, for the precise haskell mode,
alot if inserted at the beginning of a file:
function a = do { -- this comment breaks things since it can be parsed in
two ways
doStuff;doMoreStuff;doEvenMoreStuff
}

this bug probably occur at more places than just do.

Original issue: http://code.google.com/p/yi-editor/issues/detail?id=284

@ethercrow
Copy link
Member Author

From [email protected] on August 10, 2009 12:51:27
What are the two ways in which it can be parsed?

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

No branches or pull requests

2 participants