purescript-in-purescript icon indicating copy to clipboard operation
purescript-in-purescript copied to clipboard

PureScript compiler written in PureScript (On hold / inactive)

Results 9 purescript-in-purescript issues
Sort by recently updated
recently updated
newest added
trafficstars

- Type checker doesn't use the backtracking of Either, so it could just use exceptions and Eff. - Try writing the pretty printers using showsPrec-style pretty printing instead of using...

Either by compiling this with the haskell version, or ideally compiling this with a version of `ps-in-ps` from npm I guess. Probably need to do #17 first for this to...

...as far as I can tell anyway, pretty weird.

bug

Only the lexer shows position info on failure.

bug

The parser is slow on anything but the smallest of inputs. It is probably related to the way `purescript-parsing` works.

bug

This will be fixed when capture-avoiding substitution and proper TCO are implemented in `purescript`.

bug