-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rather than reinventing the wheel with a custom language, we can reuse and well-known one. The goal of Matroska Script was to be similar to JavaScript/ECMAStrip/ActionScript. But, in JS, integers can only use 56 bits. So not all ChapterUID (64-bit unsigned integer) can be addressed with the current Matroska Script stable API. Rather than adding a different GotoAndPlay that is compatible with JavaScript (using a string), we start from scratch with ECMAScript 6th Edition (ES6).
- Loading branch information
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters