gnex-to-es

준비된 한국형 언어 Gne를 Nodejs로 변환해줍니다

Usage no npm install needed!

<script type="module">
  import gnexToEs from 'https://cdn.skypack.dev/gnex-to-es';
</script>

README

gnex-to-es

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

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

사용방법

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

쉽습니다. 그쵸?