summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools/Cpp.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add Javascript backendSylvain Henry2022-11-291-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 moduleSylvain Henry2022-10-251-0/+234
Move doCpp out of the driver to be able to use it in the upcoming JS backend.