visual-decaf / decaf-compiler

Compiler of decaf language
1 stars 3 forks source link

使用智能指针存储AST语法树 #38

Closed DistinctWind closed 1 year ago

DistinctWind commented 1 year ago

目标

这样可以确保在Parser丢弃token时,对应的语义值能得到释放。