登录
首页 » Compiler program » 又一个Pascal 到C的转换器

又一个Pascal 到C的转换器

于 2022-01-24 发布 文件大小:14.12 kB
0 51
下载积分: 2 下载次数: 1

代码说明:

又一个Pascal 到C的转换器 -Another Converter from Pascal to C

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 此工具是arm
    此工具是arm-linux-gcc交叉编译工具(cross-3.4.4),这个是我自己编译的,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家还得费时间去编译,我现在用是没有问题,如果有问题请多指教。希望热爱linux的同志们多贡献点好东西出来!-This tool is arm-linux-gcc cross compiler tools (cross-3.4.4), this is my own compiler, I tried, I use it to compile the u-boot1.2.0 no problem, the cross compiler made a good long time before I found online a long time, but never found, so this contribution to come out, so everyone will have time to compile, I now use is no problem, please advise if there are problems. Hope love linux comrades contribution to point out good things!
    2022-04-23 10:04:50下载
    积分:1
  • htp是一个HTML预处理器。页面可以用htp扩展的类HTML的宏编写。这可以简化维护一个一致外观的Web页面集....
    htp是一个HTML预处理器。页面可以用htp扩展的类HTML的宏编写。这可以简化维护一个一致外观的Web页面集.-htp is a HTML pretreatment. The page may use the kind of HTML great compilation which htp expands. This may simplify maintains a consistent outward appearance the Web page collection
    2022-03-14 09:42:38下载
    积分:1
  • 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式....
    解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carries on the root to spread the calendar regarding this, after then obtains decorates the type
    2022-01-22 17:47:18下载
    积分:1
  • 单独分离出来的C
    单独分离出来的C-手工词法分析器,需要自己建立一个工程来运行本程序。为《编译原理与实践》一书之后的实验题的代码。-Single isolated C-hand lexical analyzer, needs its own to establish a project to run this program. For " Compiler Construction Principles and Practice," a book after the experiment of the code.
    2023-09-08 19:30:08下载
    积分:1
  • 编译原理的一个小实例 YACC(Yet Another Compiler
    编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet Another Compiler- Compiler) is LALR (1) the automatic generation analyzer tool, its first edition in the early 1970s, was published in the United States Bell Labs software products (the author S. C. Johnson) will be a before and after YACC grammar unrelated to the text converted to a LALR (1) Analysis Table, and provide analysis of the use of the table for syntax analysis of the total control procedures yyparse ().
    2022-05-19 22:49:02下载
    积分:1
  • 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写...
    这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their own procedures, not to use the results of others directly from the original grammar conducted calculated reasoning, but the use of the c language, many are bottom of their function to write, like hash exterior of the hash function , as from the dynamic growth of distribution. Of course, this is far from perfect, but has made a lot of work, they just lacked the poor fail to find an ideal script language support, no way to the final only with an array of function pointers for the Semantic call.
    2022-10-31 07:10:03下载
    积分:1
  • nVidia graphics development of the Cg language, used for pixel and vertex exagge...
    nVidia开发的图形语言 Cg,用于进行顶点渲染和象素渲染,语法类似于 C。-nVidia graphics development of the Cg language, used for pixel and vertex exaggerated exaggerated, similar to the C syntax.
    2022-07-04 14:18:06下载
    积分:1
  • 功能比较强的正则表达式分析器,支持重复次数。尝试完全采用C++实现。可能速度不快。...
    功能比较强的正则表达式分析器,支持重复次数。尝试完全采用C++实现。可能速度不快。-function relatively strong in the regular expression analyzer, the number of repeat support. C to achieve completely. May slow.
    2022-12-11 06:35:03下载
    积分:1
  • 很好的编辑软件 不需要注册 完全免费 可以编辑PHP ASP 等文件
    很好的编辑软件 不需要注册 完全免费 可以编辑PHP ASP 等文件-good
    2022-07-11 17:58:34下载
    积分:1
  • 我做的一个C子集的词法分析器可以分析C语言的一个子集,包括17个关键字以及绝大部分的符号.能正确的报错...
    我做的一个C子集的词法分析器可以分析C语言的一个子集,包括17个关键字以及绝大部分的符号.能正确的报错-I do a C subset of the lexical analyzer can be analyzed in a C language subset, including 17 keyword majority of the symbols. Able to correct errors
    2022-08-03 05:03:58下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载