JavaScript / ECMAScript解释器Emacs
- 资源大小:136.72 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
emacs
解释器
资 源 简 介
Ejacs is an Ecma-262 compliant JavaScript interpreter written entirely in Emacs Lisp. It should work in GNU Emacs versions 22 and higher.
The parser and evaluator are ports of Brendan Eich"s Narcissus (JavaScript in JavaScript). The runtime is my own implementation, with a few exceptions (notably the regular expression engine) that are ports of Mozilla Rhino code.
See the README file and project Wiki for more information.
There are probably bugs in both the installation instructions and the actual code, so make sure to check the Wiki if you have problems!
文 件 列 表
README
js-console.el
js-debug.el
js-defs.el
js-exec.el
js-host.el
js-math.el
js-native-array.el
js-native-boolean.el
js-native-date.el
js-native-error.el
js-native-function.el
js-native-math.el
js-native-number.el
js-native-object.el
js-native-regexp.el
js-native-string.el
js-obj-alist.el
js-obj-hybrid.el
js-obj-splay.el
js-parse-test.el
js-parse.el
js-runtime.el
js-util.el
jsre.el
splay-tree.el