1.4.0 • Published 3 years ago

compilers.js v1.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Compilers

This module contains a list of compilers along with some metadata.

npm install compilers.js

To use it:

const { COMPILERS } = require('compilers.js');

Examples

Contributing

This list aims to be comprehensive while at the same time not populated with unused or defunct compilers. Similarly, the source or target language of any compiler should be either widely used or if it is an intermediate representation, it must be accepted or targeted by other compilers.

If a compiler is missing from the list that satisfies this criteria, feel free to create a pull request, by editing the src/compilers.coffee file. Make sure to place the new entry in alphabetical order within the appropriate section: Assembler, Intermediate, JIT, Native, or Transpiler (see the existing entries to get a feel of where the new entry fits best).

1.4.0

3 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago