AngelScript 代码解析器 - 我应该采取哪种方式?
我正在编写 AngelScript IDE。现在我正在制作自己的“智能感知”系统。我需要解析脚本文件并创建函数表、变量及其嵌套级别等。我应该走哪条路?可以使用 System.CodeDom 的东西来处理它,或者是否有任何用于此目的的工作库(clang?)。如果没有,请给我可用于从脚本文件中获取我想要的信息的算法的名称。
I'm writing the AngelScript IDE. Now I'm making my own "intellisense" system. I need to parse script file and create tables of functions, variables with their nesting levels etc. Which way should I go? Can System.CodeDom stuff can be used to handle it or is there any working library for that purpose (clang?). If not, please give me names of the algorithms which can be used to obtain information which I want from the script file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个语言实现工具包:
http://en.wikipedia.org/wiki/Irony_(框架)
http://irony.codeplex.com/
Take a look in this language implementation kit:
http://en.wikipedia.org/wiki/Irony_(framework)
http://irony.codeplex.com/