Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 301 Bytes

ast-interpreter

基于 clang-10 实现的 c 语言解释器

实现细节

表达式运算结果全部使用 map 存储

return 使用抛出异常实现

测试结果

test: 20/20

mytest: 12/12

classtest: 25/25

参考资料

https://github.com/ycdxsb/ast-interpreter