0.1.0 • Published 7 years ago

gnex-to-es v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gnex-to-es

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

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

사용방법

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

쉽습니다. 그쵸?

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago