搜索资源列表
Lexer
- 用C++语言实现词法分析器,包括了源代码,运行结果,界面截图-With C++ language lexical analyzer, including source code, operating results, screen shots, etc.
PolynomialCompiler
- 一个简单的算术表达式编译器。能够完成算术表达式的词法分析,语法分析,以及中间代码生成,和计算-A simple polynomial compiler that include lexer and parser.
jieshiqi
- 解释器,词法分析,语法分析,显示行号,异常报错,功能完善-interpreter lexer analyze parser analyze including exception ,show line numbers ,function is strong , using java program languages , create it to CMM program language
antlr-sql
- 解析sql antlr,包含g4 有需求请自行下载(A lexer grammar is composed of lexer rules, optionally broken into multiple modes. Lexical modes allow us to split a single lexer grammar into multiple sublexers. The lexer can only return tokens matched by rules from
cparser
- 一个词法分析器 用c++实现 编译原理 作业 可能不对(A lexer can use c++ to implement the compiler principle job may not be wrong)
词法分析
- 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function fo