An open API service indexing awesome lists of open source software.

https://github.com/khjxiaogu/kscriptengine

一个简单的脚本引擎,目的是实现在java中运行tjs
https://github.com/khjxiaogu/kscriptengine

java scriptengine

Last synced: about 1 year ago
JSON representation

一个简单的脚本引擎,目的是实现在java中运行tjs

Awesome Lists containing this project

README

          

# KScriptEngine
A ScriptEngine in Java
一款基于**java**的简单脚本引擎
用于提供教学演示用,目的是完善所有的脚本引擎应该有的功能。
仍在开发之中,目前仍未实现所有功能
License:![AGPLv3](https://www.ghostscript.com/images/agplv3-88x31.png)
# AST解析演示
基本控制
![0](https://github.com/KhjTechResearch/KScriptEngine/blob/master/ASTtest0.png?raw=true)
函数闭包
![1](https://github.com/KhjTechResearch/KScriptEngine/blob/master/ASTtest1.png?raw=true)
# 特性
1、支持变量编译优化,提升运行效率。
2、支持大多数基础脚本操作。