ToKenIcer解析器源码

时间:2015-03-05 06:32:57
【文件属性】:

文件名称:ToKenIcer解析器源码

文件大小:926KB

文件格式:ZIP

更新时间:2015-03-05 06:32:57

解析器 源码

一款国外开发的创建自己语法的解析器 可以根据自己定义的规则解析出相应的C#和VB.NET代码 One of the more difficult tasks in computer science is building parsers and compilers. There are a lot of tools available that aid in the tedious task, most notably, Flex and Yacc, both available on the Linux/UNIX platform. The program I present here in this article is called TokenIcer. It is similar to Flex, but TokenIcer provides a nice easy to use GUI that serves as an editor for your rules, as well as a test bed for testing your rules. In addition, once your parsing rules have been defined, TokenIcer can create a parser class, based on your rules, in either C# or VB.NET 软件开源,供广大爱好者参考学习。


【文件预览】:
51aspx_TokenIcerSourcea3af2a1d-6268-4e38-82c2-167a62d1ca66
----bin()
--------Debug()
----OutputForm.cs(828B)
----Program.cs(484B)
----OutputForm.Designer.cs(3KB)
----obj()
--------x86()
----TokenIcer.sln(859B)
----MainForm.Designer.cs(9KB)
----Processor.cs(2KB)
----TokenIcer.csproj(4KB)
----TokenIcer.suo(25KB)
----document-application.ico(185KB)
----Token.cs(374B)
----OutputForm.resx(6KB)
----GenerateClassForm.cs(25KB)
----MainForm.cs(5KB)
----GenerateClassForm.resx(284KB)
----Properties()
--------Resources.resx(5KB)
--------Settings.settings(249B)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)
----MainForm.resx(284KB)
----GenerateClassForm.Designer.cs(5KB)

网友评论