idel虚拟机源码

源代码在线查看: run

软件大小: 364 K
上传用户: junglili
关键词: idel 虚拟机 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh								# This script is for testing the local version of idel, rather than				# the installed version (which you can run with idelrun).								# We don't use a pipe so that the program run by idelvm can read				# stdin.								sourcefile=$1; shift				cpp "$sourcefile" | bin/idelasm >image && bin/idelvm "$@" image							

相关资源