mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
* Added objj_eval, objj_import_sync, objj_preprocess_sync, etc * Refactored REPL. * Added Objective-J plugin for load system, using new Narwhal plugin system. * Refactored objj and objjc into single module.
4 lines
63 B
Plaintext
Executable File
4 lines
63 B
Plaintext
Executable File
#!/usr/bin/env narwhal
|
|
|
|
require("objj/objj").run(system.args);
|