GOLD Parse,你如何实际实现你的代码?

发布于 2024-07-14 12:32:34 字数 594 浏览 10 评论 0原文

我不太确定在生成骨架后如何实现我的代码。 我不仅仅使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

糖果控 2024-07-21 12:32:34

我使用了 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.

My question is how do i implement my body? (is there another skeleton you prefer), are there any other downloads i overlooked?

The Calitha Engine download includes source for the Engine, and a sample program (named "TextCalc") which illustrates using it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文