Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohd-akram/compilers
A list of compilers with some metadata.
https://github.com/mohd-akram/compilers
coffeescript compilers metadata node nodejs npm
Last synced: 23 days ago
JSON representation
A list of compilers with some metadata.
- Host: GitHub
- URL: https://github.com/mohd-akram/compilers
- Owner: mohd-akram
- License: mit
- Created: 2016-09-03T18:57:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T08:54:15.000Z (5 months ago)
- Last Synced: 2024-10-03T09:47:29.505Z (about 1 month ago)
- Topics: coffeescript, compilers, metadata, node, nodejs, npm
- Language: CoffeeScript
- Homepage: https://git.io/compilers
- Size: 101 KB
- Stars: 12
- Watchers: 7
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Compilers
=========This module contains a list of compilers along with some metadata.
npm install compilers.js
To use it:
```javascript
const { COMPILERS } = require('compilers.js');
```Examples
--------- [Language Graph](https://github.com/mohd-akram/languages)
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](https://github.com/mohd-akram/compilers/blob/master/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).