An open API service indexing awesome lists of open source software.

https://github.com/objectionary/eo2js

EOLANG to JavaScript transpiler and runtime
https://github.com/objectionary/eo2js

eolang javascript oop

Last synced: about 2 months ago
JSON representation

EOLANG to JavaScript transpiler and runtime

Awesome Lists containing this project

README

        

logo

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)

## eo2js

EOLANG to JavaScript transpiler and runtime

[![grunt](https://github.com/maxonfjvipon/eo2js/actions/workflows/test.yml/badge.svg)](https://github.com/maxonfjvipon/eo2js/actions/workflows/test.yml)
[![PDD status](https://www.0pdd.com/svg?name=maxonfjvipon/eo2js)](https://www.0pdd.com/p?name=maxonfjvipon/eo2js)
[![Hits-of-Code](https://hitsofcode.com/github/maxonfjvipon/eo2js)](https://hitsofcode.com/view/github/maxonfjvipon/eo2js)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/maxonfjvipon/eo2js/blob/master/LICENSE.txt)

## How to Contribute

First, run `npm install`. Then, run `npm test`. All tests should pass.

Make your changes and then [make](https://www.yegor256.com/2014/04/15/github-guidelines.html) a pull request.