Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Javascript backend | Sylvain Henry | 2022-11-29 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | Add JS backend adapted from the GHCJS project by Luite Stegeman. Some features haven't been ported or implemented yet. Tests for these features have been disabled with an associated gitlab ticket. Bump array submodule Work funded by IOG. Co-authored-by: Jeffrey Young <jeffrey.young@iohk.io> Co-authored-by: Luite Stegeman <stegeman@gmail.com> Co-authored-by: Josh Meredith <joshmeredith2008@gmail.com> | ||||
* | Add GHC.SysTools.Cpp module | Sylvain Henry | 2022-10-25 | 1 | -0/+234 |
Move doCpp out of the driver to be able to use it in the upcoming JS backend. |