dennis zhuang
dennis zhuang
尝试一些后端优化
* [x] 常量折叠 * [x] 常量池 * [ ] 公共子表达式提取 * [ ] 类型特化 * [ ] scope 消减合并
Just like lua 5.4 variable attribute, for example: ```js let c = 1; c = 2; ##report error ``` c is declared to be const, it can't be assigned a...
Supports SQL-like language `select a,b,c from list where a = 1` to query elements from collection, and `list` is a java collection such as array/list/set etc.
这样可以避免一些意外的结果,如果有一个 null,将以抛出异常结束。
To support AWS ElasticCache Auto Discovery. https://github.com/killme2008/xmemcached/releases/tag/xmemcached-2.3.0
The code is not neat, i wrote it when i started to learn clojure.It should be refactored.
Provide a repl to show/run tasks.