compilers.js

1.4.0 • Public • Published

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).

Readme

Keywords

Package Sidebar

Install

npm i compilers.js

Weekly Downloads

1

Version

1.4.0

License

MIT

Unpacked Size

23.2 kB

Total Files

4

Last publish

Collaborators

  • mohd-akram