关键字集合
语法
关键字是在词法层具有保留意义的一组标识符,例如:
deftypedataunionifelseletuniquesendmatchforresetshiftprivateunsafetruefalseviafor level2as- TODO 需要补充
语义
关键字在关键字位置不能被当作普通标识符使用。
关键字集合决定 parser 的起始分支与某些歧义消解策略。
这里集中展示 CHIBA level-1 specification,覆盖 core language、control flow、memory、patterns、IR lowering 与 package system 等实现边界。
The docs surface keeps CHIBA level-1 specification pages browsable inside the site, with direct paths into language, control flow, memory, pattern, and lowering rules.
关键字是在词法层具有保留意义的一组标识符,例如:
deftypedataunionifelseletuniquesendmatchforresetshiftprivateunsafetruefalsevia for level2as关键字在关键字位置不能被当作普通标识符使用。
关键字集合决定 parser 的起始分支与某些歧义消解策略。