We then wrote a code - generating program to build static tables in c 然后编写了一个代码生成程序来用c构建静态表
As languages acquire more features , code - generating programs get less appealing 作为语言可以有很多特性,代码生成程序就不需要这么多了。
First we discussed which problems were best solved with a code - generating program 首先我们讨论了哪些问题最适合使用代码生成程序来解决。
We determined which problems were best solved with a code - generating program , including 我们研究了代码生成程序能够很好地解决哪些问题,包括:
However , inadequate language design is not the only reason for needing code - generating programs 然而,语言设计不充分并不是需要代码生成程序的唯一原因。
And most scheme implementations provide additional features to aid in building code - generating programs 大部分scheme的实现都提供了一些特性来辅助构建代码生成程序。
For example , java code generators may generate and update skeleton implementations but they cannot update the algorithms 比如, java代码生成程序可以生成或者更新主干实现,但是它们不可能改变算法。
What is available as a standard feature of one language may be available only through a code - generating program in another language 一种语言中的标准特性在另外一种语言中可能只能通过代码生成程序实现。
A program or other coding sequence that produces a result of specified type and format ( " a macro generator " ; " a microcode generator " ) 产生某种指定类型和格式的结果的程序或另一种编码序列(如“宏生成程序” 、 “微代码生成程序” ) 。
We then examined a specific instance of table - building and went through the motions of writing a code - generating program to build static tables in c 然后又介绍了一个具体的构建表的示例,并介绍了用c编写这样一个代码生成程序来构建静态表的详细过程。