wanghongfei / interpreter
脚本语言解释器, 用来学习编译原理
☆16Updated 8 years ago
Alternatives and similar repositories for interpreter:
Users that are interested in interpreter are comparing it to the libraries listed below
- 简易编译器实现,最终翻译成伪汇编代码☆33Updated 3 years ago
- 嵌入式脚本语言 Lightweight embedded scripting language☆52Updated 3 years ago
- 自制编译器☆43Updated 7 years ago
- 用Kotlin实现的编译器和虚拟机,并在此基础上构建操作系统。☆65Updated 6 years ago
- 自写的脚本语言(使用Java写的编译器和解释器)☆9Updated 7 years ago
- Java Garbage Collection 与各种GC算法☆33Updated 7 years ago
- A Script oriented compiler☆26Updated 8 years ago
- 编译相关的Parser☆24Updated 8 years ago
- 海底连珠,基于Cocos2d-x-3.3游戏引擎,C++版本的一个五子连珠消除类游戏,可以学习基本的Cocos2d-x游戏开发,用到A*(A star)寻路算法,消除算法。☆9Updated 10 years ago
- 一个参考luajava并进行了裁剪和改良的lua解析器☆41Updated 8 years ago
- clone of git://git.code.sf.net/p/jamvm/code for experimental branches☆67Updated 7 years ago
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写☆88Updated 9 years ago
- 基于Cocos2d-x 3.8(C++版)的Android手机游戏,IDE使用VS2015;(源代码,资源,APK文件)☆13Updated 6 years ago
- C语言实现的一个Tiny编译器☆17Updated 10 years ago
- 简易C语言编译器+虚拟机(CMake,C++14)☆28Updated 6 years ago
- This is the virtual machine I implemented myself according to the Java virtual machine specification.☆22Updated 6 years ago
- 解析C语言的解释器☆46Updated 6 years ago
- HotSpot JVM针对Linux-x86平台的源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)☆32Updated 8 years ago
- 阿里巴巴中间件大赛第一赛季代码(排名33)☆8Updated 8 years ago
- 测试驱动造轮子的方式研究《Redis3.0源码注解》☆10Updated 8 years ago
- a simple java virtual machine implemented by pure Java☆15Updated 6 years ago
- 加了注释的、《自制编程语言》一书的、crowbar 语言的源代码。☆32Updated 9 years ago
- zengl language 嵌入式编程语言☆20Updated 2 years ago
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- Another program language base on jvm☆68Updated last year
- A hobby OS☆52Updated 3 years ago
- 脚本语言 , 解释器 (易用c++扩展 , 易嵌入到c++中)☆12Updated 9 years ago
- simple java virtual machine☆135Updated 4 years ago
- 一个多任务的操作系统,可运行在Intel x86 32位的计算机上。☆30Updated 9 years ago
- 使用X86汇编和C写的小型操作系统,初步完成了引导扇区,保护模式(页式存储,中断及异常)的编写,暂时停留在进程的编写。调试器使用Bochs,还有图形界面的Peter-Bochs,很是佩服Peter☆9Updated 10 years ago