必须使用UTF-8格式的编码来编写Crystal程序
- 注释(Comments)
- 字面量(Literals)
- 赋值(Assignment)
- 局部变量(Local Variables)
- 控制表达式(Control Expression)
- 导入文件(Requiring Files)
- 类型和方法(Types and methods)
- 异常处理(Exception Handling)
- 类型语法(Type Grammar)
- 类型反射(Type Reflection)
- 宏(Macros)
- 类型注解(Annotations)
- Low Level Primitives
- 编译时标记(Compile-time Flags)
- C绑定(C bindings)
- 不安全的代码(Unsafe code)