Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 659 Bytes

关键字.md

File metadata and controls

40 lines (18 loc) · 659 Bytes

词法分析 关键字

类型

基本类型:int, char, void

修饰符:const

运算符

赋值运算符:=

整数运算符:+, -, *, /, ++, --

位运算符:|, ^, &, ~

关系运算符:>, <, >=, <=, !=, ==

双目运算符:||, &&, !

其它关键字

循环:while, do, for

判断:if, else, switch, case, default, break, continue

函数:return, main

读写语句:read,write

括号:(, ), {, }, [, ]

特殊:err, end, secloud

image-20210411201923619