项目作者: treyzania

项目描述 :
A bad idea.
高级语言: Rust
项目地址: git://github.com/treyzania/bollocksvm.git
创建时间: 2017-03-17T06:33:34Z
项目社区:https://github.com/treyzania/bollocksvm

开源协议:MIT License

下载


BollocksVM

This is a virtual machine written in Rust implementing the Bollocks instruction
set. The ISA is probably not fast enough compared to x86 or ARM, but it
consists entirely of printable ASCII characters. See ARCH.md for details.

Modes of operation

Ultimately we want to be able to support execution of .bollock binaries both
directly from the command line, as well as by spinning up a server to host
requests using WebSockets from a browser extension.