资源列表
YXBASIC_src
- YX-BASIC 1.44 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。此为编译器源代码。-YX-BASIC 1.44 The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control. It s compiler source code.
Assembler
- xilinx 的 picoBlaze 的编译器kcpsm3,包括3个生成代码的模版文件,-Xilinx PicoBlaze compiler of kcpsm3, including three generate code template file,
Lexical-Analyzer-Parser-compiler
- Parses forwards and backwards. -Scans forwards and backwards. -Get the delimiter that was found. -Get the offset at where the token was started. -Get the current offset of the parser. -Add any number of delimiters. -Support for delimiter
javascanner
- 词法分析器,为编译器的第一步,用于词法分析,该程序是针对java程序的分析器-Lexical analyzer, the first step for the compiler for the lexical analysis, the procedure is the procedure for java parser
colrcng
- program for programmers
Parse2
- 设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析中预测分析方法。-Design, preparation, debugging a typical parser, lexical analysis program to realize the word sequence provided by the grammar checking and structural analysis, to further understa
chat
- python多人聊天服务器,供新人学习socket用,适合flash,actionscr ipt,包含协议文档-python multiplayer chat server for the new study socket with suitable flash actionscr ipt include the protocol document
miniPascalCompiler.tar
- 本程序实现了mini pascal的一个编译的总过程。-the process of achieving a mini pascal translation of the total process.
diguixiajiangfenxiqi
- 实现了编译原理里的递归下降分析器,并且本身就是一个词法分析器,适合学习理解编译原理-Compiler to achieve the principle of recursive descent parser in and itself is a lexical analyzer for the compiler to understand the principle of learning
一个简单的C语言编译器
- 一个简单的C语言编译器-a simple C language compiler
VBmakedll
- 使用VB作为开发工具的朋友,应该都知道VB的IDE不支持对AciveDLL添加 输出函数.这样的DLL文件只能采用\"引用\"的办法来用.有没有办法让它像普 通DLL一样拥有输出函数呢?请使用本程序吧!它能让你ActiveDLL内的函数变 成对外公开的函数!这样,一个DLL就拥有“引用”与“声明”两种使用方法!