gnex-to-es

0.1.0 • Public • Published

gnex-to-es

Gnex 언어를 ECMA SCRIPT로 변환해줍니다.

언어 안내 https://github.com/wjdgks1224/Gnex

사용방법

const gnex = require('gnex-to-es').convert
gnex(`
당선된 제곱 는 이것이다 그러니까 그 (숫자) 를 그렇게 {
    사퇴합니다 숫자 * 숫자 ㄹㄹ제곱을 하는 프로그램입니다.
}
연설(제곱(4))`, (JS) => {
    console.log(JS)
})

쉽습니다. 그쵸?

Readme

Keywords

none

Package Sidebar

Install

npm i gnex-to-es

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

5.87 kB

Total Files

4

Last publish

Collaborators

  • wjdgks1224