资 源 简 介
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.