]> git.kianting.info Git - clo/blob - README.md
20230910 : add basic parser `CONST` rule, and add the grammar rule.
[clo] / README.md
1 # clo
2 another personal draught of a typesetting language and engine.
3
4 ## changing journal
5 - 20230904 建立 thenDo、matchRange的函數、refactor harfbuzzjs 以及libpdf 等測試界面
6 - 20230905-06: 建立 : `toSome`, initial of basic tokenizer (`tokenize`),
7 `matchAny`, `notDo`, `orDo`, `zeroOrMoreDo`, `zeroOrOnceDo`
8 - 20230905-07:強化`tokenize`, 加強功能,加`Token`界面。
9 - 20230907-08:強化`tokenize`
10 - 20230910 : add basic parser `CONST` rule, and add the grammar rule.