clo/README.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

2023-09-04 21:45:46 +08:00
# clo
another personal draught of a typesetting language and engine.
2023-09-20 21:07:03 +08:00
website: https://kianting.info/wiki/w/Project:Clo
2023-09-20 21:16:24 +08:00
License: MIT
2023-09-20 21:10:59 +08:00
2023-09-04 21:49:55 +08:00
## changing journal
2023-09-04 22:02:34 +08:00
- 20230904 建立 thenDo、matchRange的函數、refactor harfbuzzjs 以及libpdf 等測試界面
2023-09-06 00:02:07 +08:00
- 20230905-06: 建立 : `toSome`, initial of basic tokenizer (`tokenize`),
2023-09-06 00:01:53 +08:00
`matchAny`, `notDo`, `orDo`, `zeroOrMoreDo`, `zeroOrOnceDo`
- 20230905-07:強化`tokenize`, 加強功能,加`Token`界面。
2023-09-08 01:25:14 +08:00
- 20230907-08:強化`tokenize`。
- 20230910 : add basic parser `CONST` rule, and add the grammar rule.
2023-09-15 00:35:06 +08:00
- 20230914-15: 追加一寡 tokenizer ê 功能。
2023-09-19 00:35:01 +08:00
- 20230918: 重新tuì下kàu頂起做parser. add rule
2023-09-22 01:45:47 +08:00
- 20230921-22:add rule, report issue
2023-09-26 00:47:11 +08:00
- 20230925-26: 試驗án-tsuánn解決[issue1](https://kianting.info/pipermail/clo_kianting.info/2023-September/000004.html), iáu-buē成功。
- 凡勢用?
```
FuncApp ::= Single FuncAppAux | Single
FuncAppAUx ::= FunCallee FuncAppAUx
FuncCallee ::= "(" ")" | "(" ARGS ")"
ARGS = SINGLE "," ARGS | SINGLE
2023-09-28 23:44:42 +08:00
```
2023-09-29 11:09:20 +08:00
- 20230928basically fix `issue1`。其他ê物件猶著做。
2023-09-30 21:47:37 +08:00
- 20230929add multi args parsing for `callee`.
- 20230930tîng-khí parser, using `js-token`.