Skip to content

Files

This branch is 3293 commits behind antlr/grammars-v4:master.

kirikiri-tjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 24, 2019
May 24, 2019
May 24, 2019
May 24, 2019
May 24, 2019
May 28, 2019
May 24, 2019
May 24, 2019
Jun 5, 2019
Jun 5, 2019
Jun 5, 2019
May 24, 2019
May 24, 2019
May 28, 2019
May 24, 2019
May 28, 2019

Kirikiri TJS2 ANTLR4 grammar

Kirikiri TJS2 is a Javascript-like script language for Kirikiri2 game engine.

Modified from JavaScript grammar

Parse Kirikiri TJS2 language.

Tested on KAG3, KAG3-HAM and some games

Only Java Runtime have tested. All other runtime is directly copy-paste-rename without test.

Known issue:

  • Now consider ¥(\u00a5,japanese yen) as UnexpectedCharacter insteadof Backslash(\,\u005c).
  • TJS2 bytecode also use *.tjs extension, this script can't parse them.
  • Need an preprocessor (preprocessor.js) to handle preprocess command.