Status: New
Owner: andersk84
Labels: Type-Defect Priority-Medium
New issue 284 by andersk84: Precise haskell mode: Explicit structuring
often allow 2 ways to parse comments
http://code.google.com/p/yi-editor/issues/detail?id=284
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.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---