Yacc

  • 网络语法分析器生成器;语法分析程序生成器;语法生成器
YaccYacc
  1. Analysis and applications of language implementation tools , lex and YACC

    语言开发工具Lex和Yacc的分析与应用

  2. Most people never need to know what lex and yacc do .

    大部分人永远不需要知道lex和yacc可以做什么。

  3. Implementation of NC Code Compiler Based on LEX and YACC Language

    用LEX与YACC研制数控加工程序编译器

  4. A Study on YACC Conflict Resolving during ATLAS Syntax Analysis

    YACC在ATLAS语言语法分析中的冲突消解研究

  5. Development of Code Interpreter for EDM CNC System Based on Lex and Yacc

    基于Lex和Yacc的电火花加工机床数控系统代码解释器开发

  6. Might have a corresponding yacc grammar containing the line

    这样,我们前面使用以上语句的例子可能会有相应的包含有下面一行的yacc语法

  7. The improved YACC is run on IBM PC / AST computer .

    改进的YACC巳在IBMPc/AST机上运行。

  8. One of difficulties encountered in syntax analysis is how to solve rule conflicts in YACC .

    其中,语法分析是笔者研究的核心部分。语法分析的难点是如何解决YACC语法规则部分的冲突问题。

  9. If the requirement is for yacc , it may need to be downloaded .

    如果需要yacc,可能得去下载它。

  10. For instance , code in many programming languages can be read using lex and yacc .

    例如,可以使用lex和yacc读取很多编程语言的代码。

  11. In addition , a CNC code interpreter was also developed based on Lex and YACC .

    此外,基于Lex和YACC设计并实现了数控代码解释器。

  12. Multiple CNC Code Interpreter Based on Lex & Yacc

    基于Lex和Yacc的多数控代码解释器研究与应用

  13. Basic Data Structure Recovery in Decompilation and the Application of Lex and Yacc inIt

    反编译的基本数据类型恢复技术及Lex和Yacc在其中的应用

  14. An EDM Decoder System Based on Lex & Yacc

    基于Lex&Yacc的电火花加工译码系统

  15. Implementing Micro C compiler by using YACC

    应用YACC实现MicroC编译器

  16. Upgrading & Using lex and yacc to Develop Message-Driven GUI Syntax Analyzing Software

    改进lex和yacc以开发基于事件驱动的语法分析类软件

  17. Lex and yacc are very good at parsing reasonably simple file formats .

    lex和yacc非常擅长解析相当简单的文件格式。

  18. Imagine a yacc grammar something like this

    设想一个类似这样的yacc语法

  19. The code provided should work in all major versions , such as MKS yacc .

    给出的代码应该适用于所有主流版本,比如MKSyacc。

  20. The method of deleting conflict for YACC

    YACC中的冲突消解方法

  21. Yacc realize . Method on aim-16 micro computer

    YACC在Aim-16微型机上实现的方法

  22. The biggest limitation is that yacc is limited to one token of lookahead .

    最大的局限在于,yacc被限定为一个预读标记。

  23. JavaCC , like YACC , is designed to speed the process of developing parser logic for languages .

    JavaCC与YACC一样,是为加快语言解析器逻辑的开发过程而设计的。

  24. Compiler module uses the tool software LEX & YACC which greatly proves the quality of programme and efficiency .

    编译模块使用了LEX&YACC工具软件从而大大地提高了程序的开发效率,程序质量也得到保障。

  25. Programs using yacc , but not lex , are rarer .

    使用yacc而不使用lex的程序比较罕见。

  26. Applications of object oriented programming with Yet Another Compiler Compiler ( YACC ) in computer design are introduced in this paper .

    介绍了在利用YACC完成的编译程序设计中面向对象技术的应用方法;

  27. What are lex and yacc , and why do people refer to them together ?

    lex和yacc是什么,为什么人们同时提及它们?

  28. The general way this is done is to define a data type to contain objects that yacc will be manipulating .

    通常解决此问题的方法是定义一个容纳yacc将要处理的对象的数据类型。

  29. Lex and yacc are a matched pair of tools .

    lex和yacc是一对配对工具。

  30. Object Oriented Programming with YACC

    面向对象程序设计与YACC的应用