Skip to content
Snippets Groups Projects
task.md 206 B
Newer Older
chaoei's avatar
chaoei committed
# Project 1

错误恢复
chaoei's avatar
chaoei committed

Stmt -> error SEMI
chaoei's avatar
chaoei committed


Exp -> error RP | error RB  | error OPs(+-*/ && || RELOP)

Args -> error COMMA

还需要做:

错误恢复,注释


fun(int a int a) 需要ID LP error RP