Imants Cekusins

Results 3 issues of Imants Cekusins

when running _npm run build_ from a symlinked folder, subject error comes up. symlink is created with [Junction](https://technet.microsoft.com/en-us/sysinternals/bb896768.aspx?wt.svl=leftnav)

Currently comments are treated as whiteSpace. This leaves {-# LANGUAGE #-} and other Haskell pragmas out of parsed AST. This proposal is to parse comments as a distinct token `whiteSpace`...

Sometimes space around tokens matters a lot. Take Haskell dot for example. This proposal is to add a parameter to `makeTokenParser` https://github.com/haskell/parsec/blob/38dfc545874dd44c26382d8dd692eb533396c6f5/src/Text/Parsec/Token.hs#L358-L361 which would explicitly specify lexeme options: - consume...