personal toy language compiler forked from Clo
Find a file
2023-09-06 00:02:07 +08:00
.vscode initial commit 2023-09-04 21:29:23 +08:00
3rdparty/harfbuzzjs initial commit 2023-09-04 21:29:23 +08:00
src add comments 2023-09-05 23:58:03 +08:00
tests add a basic tokenzier function & an int tokenizer 2023-09-05 23:57:57 +08:00
.eslintrc.json initial commit 2023-09-04 21:29:23 +08:00
.gitignore fix gitignore 2023-09-04 21:44:30 +08:00
LICENSE add license 2023-09-04 22:12:27 +08:00
package-lock.json initial commit 2023-09-04 21:29:23 +08:00
package.json initial commit 2023-09-04 21:29:23 +08:00
README.md Update README.md 2023-09-06 00:02:07 +08:00
tsconfig.json initial commit 2023-09-04 21:29:23 +08:00
tslint.json initial commit 2023-09-04 21:29:23 +08:00

clo

another personal draught of a typesetting language and engine.

changing journal

  • 20230904 建立 thenDo、matchRange的函數、refactor harfbuzzjs 以及libpdf 等測試界面
  • 20230905-06: 建立 : toSome, initial of basic tokenizer (tokenize), matchAny, notDo, orDo, zeroOrMoreDo, zeroOrOnceDo