Skip to content

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

Notifications You must be signed in to change notification settings

plusls/ast-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ast-interpreter

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

实现细节

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

return 使用抛出异常实现

测试结果

test: 20/20

mytest: 12/12

classtest: 25/25

参考资料

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published