资源列表
LuaProject
- 自己用python写的一个csv表格转lua文件的工具(A tool for turning Lua files on a CSV form written in Python)
2018COMPILERPRACTICE1
- decaf语言的flex生成语法分析文件的过程,以及源码(The process, and source code of the flex generated syntax analysis of the decaf language)
pl0
- PL/0编译器,识别、分析特定的词法和语法,将源程序编译为类pcode进而生成目标程序并执行(The PL/0 compiler, which identifies, analyzes specific words and syntax, compiles the source program into a class pcode and then generates the target program and executes.)
lua
- uci 经典文档, 非常好的学习资料,帮助你快速进入角色,学习吧(luci for openwrt it's very good for a newer coming to luci, it's not better than document on org web page but it more easy to understand)
Person Class
- using classes in c++ for beginners
Lex和Yacc简明教程
- 本书对lex和yacc的重要主题提供了详尽的参考(lex and yacc instroduction)
flex&yacc
- 实现编译原理实验的词法分析和语法分析,最终生成产生式。(The lexical analysis and grammatical analysis of the compiling principle experiment are finally generated.)
compiler
- 自己完成的简单C0语法编译器,附带测试样例(A homework about Simple C0 compiler including test case)
dragon-book-exercise-answers-master
- 编译原理龙书书后答案,龙书书后习题答案。对于编译学习存在问题的同学有很大帮助。(the answer for dragen book)
PascalCoin-master
- Find a pascal triangle
CodeVisionAVR破解版
- CodeVisionAVR破解版,安装完成后,将cvavr.exe替换原文件即可(CodeVisionAVR cracked version, when the installation is complete, replace the original file with cvavr.exe)
Lexical_Analyzer
- 简易词法分析器,实现C语言词法分析。。。。(Simple lexical analyzer)