Jared Pon

Results 8 issues of Jared Pon

This PR removes the restriction of generating code instances for only non empty JSON objects. Indeed, the empty JSON object ``` {} ``` is valid JSON, so schemas like ```...

More putting `follows` everywhere. Before this PR: ``` $ time nix flake lock real 0m1.152s user 0m1.112s sys 0m0.035s $ cat flake.lock | jq '.nodes | keys' | awk -e...

Similar to [`dev-prelude-haskell` and `dev-plutustx`](https://github.com/mlabs-haskell/lambda-buffers/blob/9b3132b7a7170e7ce1d77d71cd6faa297ca34987/libs/build.nix#L68-L209), we would like a convenient way to play around with purescript modules generated from lambda buffers schemas

Loosely, the problem is that the `.json` configuration file is not sufficiently expressive to tell the code generator to "find the class implementations at some package." For details, see the...

bug

This issue collects some internal discussion regarding possible improvements to the parsing stack. [Slack discussion](https://mlabs-corp.slack.com/archives/C0441AEUJTZ/p1697459130937559?thread_ts=1697344345.091849&cid=C0441AEUJTZ) identified the following tasks (discussion has been summarized): 1. Iterate on syntax in the current...

enhancement
frontend

In #116, `docs/syntax.md` was created to specify a LambdaBuffers Frontend file. The chapter is a first draft, and needs improvement. The remaining work is as follows: - Rearranging grammar productions...

documentation
frontend

This PR: - [x] Milestone 4 report to demonstrate proof of completion