Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saitoha/zuse
A ecmascript like interpreter. supports x86 jit and IActiveScriptParse integration.
https://github.com/saitoha/zuse
Last synced: 3 months ago
JSON representation
A ecmascript like interpreter. supports x86 jit and IActiveScriptParse integration.
- Host: GitHub
- URL: https://github.com/saitoha/zuse
- Owner: saitoha
- License: gpl-3.0
- Created: 2012-03-16T16:51:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-17T17:28:59.000Z (almost 13 years ago)
- Last Synced: 2023-03-23T00:41:03.630Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 828 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
zuse - A Fuzzy ECMAScript Implementation.
=========================================Supported platforms
--------------------WINNT-i386-MSVC{7.1,8,9} - supports JIT, COM support
WINNT-x86_64-MSVC{7.1,8,9}
Cygwin-i386-gcc{3,4} - supports JIT
Darwin-i386-gcc{3,4} - supports JIT
Darwin-x86_64-gcc{3,4}
Linux-i386-gcc{3,4} - supports JIT
Linux-x86_64-gcc{3,4}INSTALL
-------- Cygwin, Darwin, Linux
./configure && make
sudo make installWINNT COM Support, and IActiveScriptParse Integration
-----------------------------------------------------In WINNT environment, This engine suports active script,
This feature makes you enable to call it using ... tag,
at IE-component, HTA, IIS/ASP, etc..
Then COM factory feature such as "new ActiveXObject('...')", will be also enabled.