Korean follows English
bLoCk is a website service for generating Trigger Reactor code through Block-Coding based on Google's Blockly library.
L and C mean Look and Create. It literally means you can Create amazing TriggerReactor code as soon as you Look at the bLoCk!
You can use the service right now on Here
If you use bLoCk, There's no need that you learn how to write TriggerReactor code! Because it generates TriggerReactor code directly from 'Blocks' which are well-explained on itself.
This repository is only for receiving issue of bLoCk Project. Because the developer of this service does not want to open source code to the public(because it is DIRTY CODE), the source code is not uploaded on this repository.
It's because it only depands on regex-styled inspection. TriggerReactor's code is a type of programming language that has its own parser. It is hard to syntax-highlighting a language only with regex.
bLoCk 은 Google의 Blockly 라이브러리를 이용하여 제작한 웹사이트를 통해 블럭코딩으로 TriggerReactor 코드를 제작할 수 있도록 하는 서비스입니다.
L과 C는 각각 Look 과 Create 라는 의미를 내포하며, TriggerReactor 의 코드를 보지 않고 bLoCk만 이용해서도 충분히 트리거의 코드를 제작할 수 있다는 뜻을 담고 잇습니다.
여기 서 bLoCk 서비스를 이용해보실 수 있습니다.
트리거리액터 자체 문법에 대한 충분한 지식이 없어도, 얼마든지 트리거 리액터의 코드를 생성해낼 수 있습니다. 한국어 문장 형식으로 구성되어 있는 블럭을 하나하나 끼워맞추면서 트리거 리액터 코드를 그대로 제작할 수 있습니다.
이 레포지토리는 bLoCk 프로젝트의 issue(버그 수정 요청 등) 을 수령하기 위해 만들어졌습니다. 해당 서비스의 제작자가 코드를 공개하고 싶어하지 않기 때문에(코드가 하도 더러워서) 이 레포지토리에 소스코드는 업로드되지 않을 예정입니다.
왜냐하면 bLoCk서비스에서 코드를 보여줄 때 색깔을 입히는 작업은 전부 RegEx 로 이루어지기 대문입니다. 트리거 리액터의 코드와 문법은 엄연한 자체 파서(구문 분석기)가 존재하는 프로그래밍 언어 중 하나입니다. 이러한 언어를 파서를 이용하지 않고 RegEx로만 하기 때문에 코드를 완벽히 커버치기는 힘듭니다.