Ishmum Jawad Khan
Ishmum Jawad Khan
@rikvdkleij I got the tests running (by replacing with the actual), the `simplelayout` and `letin` tests are still failing
@rikvdkleij please suggest a change I would try do as much as I can
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...
@rikvdkleij yes getting some problems on real files. Can you please check where it might have gone wrong?
@rikvdkleij if you could list out the steps of lexer, I might be able to help. Also I felt the project currently lacks a proper testing pattern. I am willing...
I am currently trying to Intellij Elm. Does the parsing over there help somehow?
I am trying to rebase the branch locally. Working incrementally at the moment, i.e. - rebasing a few commits at a time until I hit a commit with high number...