共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Repiola |
Repiola
|
0 | 0 | 23 |
贡献者 | 讨论 | 代码提交 |
repiola is a software written in java that allows to program a "virtual machine" that draws on a surface.
This software is similar to logo but with a assembler-like syntax.
The project have a virtual machine that executes opcodes, an interpreter that translates the assembler-like languaje to opcodes and frontend for desktop (swing) and mobile (j2me).
the main goal is to provide a simple implementation of a virtual machine, an interpreter a compiler and a gui for destop and mobile.