文件名称:objj-runtime:Objective-J语言的运行时
文件大小:146KB
文件格式:ZIP
更新时间:2024-05-18 08:14:33
JavaScript
Objective-J运行时
用于语言的Node运行时。
它使用Martin Carlberg的Objective-J to JavaScript。
如何使用
使用npm安装
npm install objj-runtime
确保已安装grunt命令行。 如果没有安装
npm install -g grunt-cli
从objj-runtime目录内部使用grunt编译和构建运行时。
grunt
将已构建的Cappuccino Foundation框架复制到Framework目录。 您可能需要在objj-runtime目录中创建Framework目录。
创建一个Objective-J main.j文件
@import
【文件预览】:
objj-runtime-master
----.gitignore(31B)
----gruntfile.js(2KB)
----header.js(1KB)
----package.json(1KB)
----bin()
--------objj(70B)
----LICENSE(1KB)
----Objective-J()
--------header.txt(859B)
--------CFPropertyList.js(22KB)
--------Jakefile(5KB)
--------CFBundle.js(26KB)
--------Debug.js(8KB)
--------CommonJS()
--------include.sh(1KB)
--------StaticResource.js(10KB)
--------Includes.js(2KB)
--------FileExecutable.js(14KB)
--------Executable.js(21KB)
--------FileDependency.js(1KB)
--------CFData.js(7KB)
--------CPLog.js(13KB)
--------CFURL.js(17KB)
--------DebugOptions.js(923B)
--------Eval.js(2KB)
--------MarkedStream.js(2KB)
--------CFHTTPRequest.js(12KB)
--------json2.js(17KB)
--------CFError.js(5KB)
--------Browser()
--------CFNetworkErrors.js(1KB)
--------OldBrowserCompatibility.js(4KB)
--------CFDictionary.js(6KB)
--------sprintf.js(7KB)
--------Runtime.js(31KB)
--------Constants.js(2KB)
--------Bootstrap.js(6KB)
--------EventDispatcher.js(3KB)
--------newjson2.js(17KB)
----README.md(2KB)
----lib()
--------browserjs()
--------xhr.js(21KB)
--------timeout.js(2KB)
--------canvas.js(7KB)
--------printf.js(6KB)
--------browser.js(220B)
--------window.js(470B)
----footer.js(9KB)