aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/erlang.js
Commit message (Collapse)AuthorAge
* Fix Erlang compiler & convert it to typescript (#4124)gh-4448Rubén Rincón Blanco2022-10-10
|
* Set comma-dangle to always in server code and es5 in client codegh-2532RabsRincon2022-04-26
|
* Unify comma configuration; and apply format to some files. (#3559)gh-2517Matt Godbolt2022-04-25
|
* Format the output file for Erlang in a nicer way (#3135)gh-1306Björn Gustavsson2021-11-24
| | | | | For Erlang, format the output in the same way as the 'S' option does. To achieve this, we use the `beam_listing` module, which is undocumented but has been stable for many many years.
* Erlang highlight and add to amazon (#3129)gh-1298Patrick Quist2021-11-21
|
* Fix linter error in erlang.jsgh-1292Marc Poulhiès2021-11-21
| | | | | | | | | | Trivial linter error: ``` compiler-explorer/lib/compilers/erlang.js 65:1 warning More than 1 blank line not allowed no-multiple-empty-lines ✖ 1 problem (0 errors, 1 warning) 0 errors and 1 warning potentially fixable with the `--fix` option. ```
* add support for erlang to beam bytecode (#3094)gh-1286Timothy Moores2021-11-21
* add support for erlang to beam bytecode * changed call by 'this' to overridden functions * Update base-compiler.js Co-authored-by: Patrick Quist <partouf@gmail.com>