Open ishmum123 opened 3 years ago
@rikvdkleij please suggest a change I would try do as much as I can
@ishmum123 Sorry, I also don't know how to continue exactly. We have to define a PSI tree which will parse all GHC code. I need some time to investigate this.
Does this help in any way? https://gitlab.haskell.org/ghc/ghc/-/blob/master/compiler/GHC/Parser/Lexer.x
Let me know if you want to pair program
@rikvdkleij does this push give you any ideas about the solution?
@rikvdkleij I could get the layout tests to pass after modifying the where_clause
. For some reason cannot parse real files that I have tested with. Would you please take a look?
@ishmum123 do you mean that you can’t parse real files when the plugin is used?
Great that you still working on this issue!
@rikvdkleij yes getting some problems on real files. Can you please check where it might have gone wrong?
@rikvdkleij I got the tests running (by replacing with the actual), the
simplelayout
andletin
tests are still failing