GOLD Parse,你如何实际实现你的代码?
我不太确定在生成骨架后如何实现我的代码。 我不仅仅使用 const,我确实有主文件,并且我尝试了几个 c(++) 版本以及 c#,但我仍然不明白。 我不认为他们中的任何一个都可以加载文件并解析测试文件(我知道gold builder可以解析我的测试文件)。
Kessels C 骨架看起来很完整。 但事实并非如此,它使用了一个结构体和成员(Token->Reduction->TokenStack),但是当我搜索 TokenStack 时,我找不到定义它的地方,只能使用它。 我觉得我错过了一些东西。 我在任何地方都找不到凯塞尔的其他代码。
我的问题是我如何实现我的身体? (还有您喜欢的其他骨架吗),还有我忽略的其他下载吗? 我尝试查看这些下载,但我不明白如何处理它们。 它看起来也更像示例源代码,然后是模板 http://www.devincook .com/goldparser/engine/c/index.htm
PS:我不介意使用 C# 实现,我更擅长使用 c(++)。
I am not quite sure how to implement my the code after generating the skeleton. I didnt use const only, i do have main files and i tried several c(++) versions along with c# and still i dont understand. I dont think any of them can load a file and parse test files (i know gold builder can parse my test files).
The Kessels C skeleton looks complete. Buts not, it uses a struct and members (Token->Reduction->TokenStack) yet when i search TokenStack i cant find a place where it is defined, only used. I feel like i am missing something. I cant find Kessels other code anywhere.
My question is how do i implement my body? (is there another skeleton you prefer), are there any other downloads i overlooked? i tried looking at these downloads but i didnt understand what to do with them. It also looked more like example source code then a template http://www.devincook.com/goldparser/engine/c/index.htm
PS: I wouldnt mind doing a C# implementation, i am better with c(++).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用了 Calitha C# 引擎。 如果您仍然想要答案,请告诉我(通过对此答案发表评论),我可以使用我对此 C# 引擎的知识来回答。
Calitha 引擎下载包括引擎源代码和说明如何使用它的示例程序(名为“TextCalc”)。
I've used the Calitha C# Engine. Let me know (by posting a comment to this answer) if you still want an answer, which I can answer using my knowledge of this C# engine.
The Calitha Engine download includes source for the Engine, and a sample program (named "TextCalc") which illustrates using it.