词法分析器

  • 网络lexical analyzer;lexer;LEX;Tokenizer;scanner
词法分析器词法分析器
  1. 本文主要介绍了GPJPascal编译器的构造,其中,词法分析器扫描源程序,根据语言的词法规则,分解和识别出每个单词,同时进行词法检查;

    In the paper , the structure of the GPJ_Pascal compiler is mainly introduced , the lexer can scan the source program according to the morphology rule of language which can decompose and distinguish every word , and carry out morphology inspection at the same time ;

  2. LR分析法在词法分析器自动构造中的应用

    Application of LR Analysis Method Used in Automatic Generation of Lexical Analyzer

  3. 基于Delphi的C语言词法分析器的实现

    The Realization of the Lexical Analysis Program of C Language Based on Delphi

  4. 基于Petri网的词法分析器的研究

    Lexical Scanner Based on Petri Net

  5. Flex所生成的词法分析器必须要根据语义类型提供终止符号。

    The lexical analyzer generated by Flex has to provide terminal symbols according to their semantic type .

  6. 最后,为agent语言设计并实现了一个预编译器,本文作者主要承担该预编译器的词法分析器与语法分析器的设计与实现。

    At last , we designs and implements a pre-compiler for the agent language . My work in the task focused on the design and implementations of the morphology analyzer and the grammar analyzer of the pre-compiler .

  7. 首先,本文采用确定有穷状态自动机(DFA)的分析策略构造了本系统的词法分析器;

    Firstly constructing lexical analyzer of our system by using analysis strategy of finite state automaton ( DFA ) .

  8. 探讨了利用flex和bison工具开发混合信号边界扫描系统EDIF网表文件解析器的基本步骤和方法,并利用这两个工具强大的功能生成了EDIF网表文件的词法分析器和语法分析器;

    An implementation of EDIF document compiler for mixed-signal boundary scan system is described , by using flex and bison . With the strong function of the two tools , EDIF document morphology analyzer and the grammar analyzer are produced .

  9. 编译器前端包括词法分析器、语法分析器和中间代码生成器等。

    The compiler front-end includes lexical analysis , syntax analysis and semantic analysis .

  10. 并行词法分析器&并行编译理论研究之一

    A parallel lexical ANALYZER-A research on parallel compiler

  11. 面向屈折语的上下文相关词法分析器

    An inflected language oriented context-sensitive morphological analyzer

  12. 同时,在构建过程中处理外部领域特定语言也需要为其增加专门构建词法分析器的步骤。

    Additionally , processing a DSL requires additional steps in the build to build the parser .

  13. 自己编写的比较简单的词法分析器,需要的人可以看看。

    Their relatively simple preparation of the lexical analyzer , and we need people to see .

  14. 详细介绍了该工具的3项核心技术:命令解释器、代码管理树、词法分析器的实现。

    This paper particular introduces the main technology of command interpreter , resource manager tree and lexics analyzer .

  15. 通过手工构造词法分析器,理解词法分析的过程原理,从而更好的理解编译原理。

    Lexical analyzer constructed by hand , understanding the process of lexical analysis principles in order to better understand the compiler theory .

  16. 语法分析器以词法分析器生成的符号表为基础,验证单词符号串序列是否是语言文法的一个句子;

    The parser is the basis of the symbol table generated by verifying whether a word symbol string is a sentence of the language grammar or not ;

  17. 一个脚本引擎通常包括的组件有:符号表、词法分析器、语法分析器、语义检查器、中间代码生成器、代码优化器、代码生成器、虚拟机。

    The script engine has some components , include symbol table , lexical analyzer , parser , semantic checker , intermediate code generator , optimizer , code generator , virtual machine .

  18. LAS词法及语法分析器自动生成工具

    Las automatic generation tool of lexicon and syntax analyzer

  19. 该系统包括接口语言、词法和语法分析器、命令处理程序三层。

    The system consists of three layers , i.e. interface language , lexical / syntactic parser , and command processor .

  20. 以计算器为例,通过词法和语法分析器,不须中间表示和目标代码,用VC++可完成其可执行代码。

    Taking calculator as an example , executive code was accomplished with VC + + by lexical and parsing analyzer needless object code middle express .