using abstract syntax tree to process c source code line by line

前端 未结 0 1853
予麋鹿
予麋鹿 2021-01-04 20:26

using libclang i can obtain the AST or a c code and also i can tokenize it. i use https://github.com/sabottenda/libclang-sample. i want to use this tokens or AST to process

相关标签:
回答
  • 消灭零回复
提交回复
热议问题