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

Dhall implementation in PureScript

Results 11 dhall-purescript issues
Sort by recently updated
recently updated
newest added

It would be nice to have a nice CLI like dhall-haskell! See https://github.com/MonoidMusician/dhall-purescript/blob/main/src/Dhall/CLI/Main.purs

help wanted

Users will probably want to be able to export (and possibly import) JSON from Dhall expressions, so we should probably add some of the functionality of `dhall-json` to this library...

help wanted

I think it would be great to have a Dhall implementation (specifically the parser) available for other people to consume from [Pursuit](https://pursuit.purescript.org/). A couple of questions I have: 1. How...

Hi, Are there plans to make this project into a library that can be hosted on NPM and expose a JavaScript/TypeScript API? It would be great to have an implementation...

Just a place to record my unorganized todo list: - [x] (Recursive) zippers for Expr - [x] Directed zippers: first/last, next/prev (or just use traversable for that? seems inefficient ...)...

Performance is ... not great. A list of performance improvements that I know need to be made: - [x] Exploit sharing during normalization. Allow more sharing during typechecking, by allowing...

I have started converting most of the algorithms from [Core.hs](https://github.com/dhall-lang/dhall-haskell/blob/master/src/Dhall/Core.hs), but they need to be finished and verified. - [x] ~`shift` and `subst` are important to get tested to ensure...

A way to inspect, interact with, edit, and dialogue with the compiler on Dhall expressions, in the browser or another context. The first step is displaying the AST in some...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Feel free to do what you like with this. I would like to see this project more accessible and Dhall popularized. I'm very new to Purescript so I apologize if...