Chiba Logo CHIBA v0.6.13
CHIBA blog RSS feed
CHIBA / DOCS / LEVEL-1 SPEC

Bool Literal

这里集中展示 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.

Bool Literal

语法

布尔字面量使用固定关键字形式。

语义

其类型为 bool,参与条件判断、模式匹配与逻辑运算。

边界

需要单独明确:

  • 与 literal pattern 的统一规则