visual-decaf / decaf-compiler

Compiler of decaf language
1 stars 3 forks source link

添加算数组合 #36

Closed DistinctWind closed 1 year ago

DistinctWind commented 1 year ago

正如 #35 中提到的,我们需要一个同步点。右括号就是个不错的选择。在此之前,先实现括号和分组再说。