首页 > 系统服务 > 详细

【比特币】Design of a simple Virtual Machine

时间:2016-08-18 17:16:51      阅读:216      评论:0      收藏:0      [点我收藏+]

Design of a script language could be separated into Two parts: VM(virtual machine) and Translator.

Try to run a script, firstly, a grammar translator parse natural language into BYTE CODE( or assembly), which could be executed on the VM.

Here are some instructions about constructing a script VM.

to be continued.

【比特币】Design of a simple Virtual Machine

原文:http://blog.csdn.net/hacode/article/details/52241836

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!