summaryrefslogtreecommitdiff
path: root/compiler/GHC/JS
Commit message (Collapse)AuthorAgeFilesLines
* Factor JS Rts generation for h$c{_,0,1,2} into h$c{n} and improve name cachingJosh Meredith2023-02-161-44/+0
|
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-281-4/+3
|
* Add Javascript backendSylvain Henry2022-11-294-0/+1665
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>