aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/haskell.js
Commit message (Collapse)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
|
* Add GHC Core and Cmm views #3571 (#3593)gh-2762A S E2022-05-04
|
* add a view for Haskell STG intermediary output #3571 (#3585)gh-2669A S E2022-04-28
|
* Support execution and binary mode in haskell. Closes #2854Matt Godbolt2021-08-14
|
* Reassign my copyright to Compiler Explorer AuthorsRabsRincon2021-07-24
|
* Use ES6 Modules (#2132)Austin Morton2020-09-26
|
* Eliminate all dynamic require statements (#2230)Austin Morton2020-09-25
|
* Add new eslint rules (#2121)Rubén Rincón Blanco2020-08-04
| | | | | | | | | | | | | | | | The largest changes here are: - enforcing single quotes for strings - enforcing trailing commas where possible In addition to those we have enabled several eslint plugins: - plugin:requirejs/recommended, to enforce some conventions in require statements - plugin:node/recommended, to enforce correct usage of various node.js APIs - plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules This PR attempts to not change code behavior when possible. In cases where fixing existing code would change semantics, a linting exclusion has been placed in the code base to silence the error. You can find these by searching for `eslint-disable-next-line`. Co-authored-by: Austin Morton <austinpmorton@gmail.com>
* change argument parser for some compilersPartouf2019-01-08
|
* Fix copyright dates and normalize textRabsRincon2018-02-27
|
* Move to ESLintRabsRincon2018-02-13
| | | | Somewhat compilant!
* not neededpartouf2018-01-28
|
* compiler handler calls initialise()Partouf2018-01-28
|
* remove return initialise, no need for unittestmodePartouf2018-01-28
|
* ES6fy compilers inheritanceRabsRincon2018-01-18
|
* Remove explicit langid, as it's part of the compiler config alreadyMatt Godbolt2017-12-22
|
* Change enough stuff as to get it runningRabsRincon2017-12-02
| | | | | Not saying it works, but if you hack few more things, you can start to use it. Commiting just in case
* Allow options for filters to look at useroptions this allows us to ↵jaredwy2017-09-01
| | | | add/remove options per compiler such as for rust where we need to not add the --emit argument if the user has passed us one
* Add Haskell supportSimon Brand2017-06-08