My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 59
*SVM* is a small virtual machine written in C++ intended to run opcodes. = How does an opcode file look like ? = Each line uses the format {{{ [namespace character][method character] [parameter] [parameter] ... }}} Putting a string onto the stack woud look like: {{{ s+ "Hello ma' !" }...
===Yield - A extensible Virtual Machine writen in Java=== <p align="justify"> Sometimes it's interesting to use a Virtual Machine for run a program. When we know all the instructions for a VM, we can build several programming languages in high level and a compiler for these languages. Some real ...
An optimization branch of CPython, intended to be fully compatible and significantly faster. See the ProjectPlan for details on what we're building. The [FAQ] provides quick answers to common questions we've been getting. Benchmark numbers for our 2009Q3 release can be found on the [Release2009Q3...
This project's objective is to develop a pure Java implementation of the Android's Dalvik virtual machine. To study the concept and architecture of Dalvik VM, [mailto:koji.hisano@eflow.jp Koji Hisano] is developing this for J2ME CLDC environments as on-going research at "[http://www.eflow.jp/ efl...
Welcome to the Python-on-a-Chip Project! This project's goal is to develop the !PyMite virtual machine, device drivers, high-level libraries and other tools to run a significant subset of the Python language on microcontrollers without an OS. Please join the [http://groups.google.com/group/pytho...
= !ReBench = !ReBench is a tool to run and document benchmarks. It is focused on benchmarking virtual machines, but can be used to benchmark all kind of other applications/programs, too. Benchmarks are either executed by giving a number of command line parameters to !ReBench, or by writing a ...
= BIL: Basic Imperative Language = BIL is a programming language supporting basic imperative operations and control structures. BIL comes with a parser, an interpreter, a compiler, and a virtual machine to run compiled code. This project is an exercise, and not intended for any sort of real wor...
工程实现Ametech基于7250协议的探棒模拟器的软件功能,软件可以指定特定数据输出,可以模拟实际工作状态的数据通过PC上的串口输出,软件配合一个RS232/TTL转换器可以完全模拟7250探棒输出。 此软件目标是实现7250协议输出,方便基于该类产品外延产品的研发。并以此为基础实现实验室内的自动化测试和现场快速故障定位。
SO is a new object-oriented programming language. This SO-framework contains a VM (stopped) and a Compiler. The compiler generates now LLVM-Bytecode. The LLVM can execute this Bytecode-File. The official homepage is http://sobjects.bplaced.de . Please visit the homepage to get more information.
*TYB Compiler* is a compiler written in python which generate code for *EPRO VM* (please see below). *EPRO VM* is a simple stack machine which can handle arbitrary large integer. *EPRO VM* is written in not only python but also D (fast!).
1 2 3 4 5 6 Next