什么是词法?
判断符号(token)正确性得规则
对比词法、语法、语义
词法汇总
关键字(keyword)
标识符(identifier)与大小写规范
常值/字面值(literal)
操作符(operator)
分隔符(delimiter)
空白(whitespace)
代码行(line)与缩进(indentation)
注释(comment)
英文标点符号叫【半角】标点符号;
汉语标点符号叫【全角】标点符号。
词法、语法、语义
Literals---(字面值)
Literals are notations for constant values of some built-in types.