Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.
/ DalToki Public archive

DalToki, the TTeok Interpreter made javascript : (Deprecated)

License

Notifications You must be signed in to change notification settings

ENvironmentSet/DalToki

Repository files navigation

TTeok

TTeok(떡)은 HTML의 문법을 개량한 객체 지향 프로그래밍 페러다임을 가진 언어입니다.주로 웹 프론트엔드와 백엔드에서 사용될 예정입니다.
현재 구현체로는 Nodejs를 기반으로 ECMAScript 6+로 작성되어있는 DalToki가 있습니다.

Install In Linux

`git clone https://github.com/ENvironmentSet/TTeok`  
`cd TTeok`
`cd DalToki_executor`  
`gcc -o DalToki DalToki.c`  
`export PATH="$PATH:위에서 생성한 DalToki 프로그램이 있는 폴더"`  
`export DalToki_PATH="클론한 TTeok폴더의 위치"`  

Execute

`DalToki [TTeok프로그램 폴더]` 

About

DalToki, the TTeok Interpreter made javascript : (Deprecated)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published