Releases: A4-Tacks/mindustry_logic_bang_lang
Releases · A4-Tacks/mindustry_logic_bang_lang
v0.11.4
03 Sep 05:44
Compare
Sorry, something went wrong.
No results found
v0.11.3
02 Sep 07:54
Compare
Sorry, something went wrong.
No results found
添加consted-dexp, 可以快速的把一个DExp进行const了
v0.11.2
25 Aug 00:51
Compare
Sorry, something went wrong.
No results found
v0.11.1
24 Aug 14:08
Compare
Sorry, something went wrong.
No results found
v0.11.0
19 Aug 20:58
Compare
Sorry, something went wrong.
No results found
增加op-expr, 这是我们更加熟悉的表达形式, 它使复杂计算也更加干练
v0.10.5
17 Aug 17:03
Compare
Sorry, something went wrong.
No results found
将模式R变更为r, 原R模式会在此基础上将标签向下构建
v0.10.4
17 Aug 16:37
Compare
Sorry, something went wrong.
No results found
v0.10.3
16 Aug 16:38
Compare
Sorry, something went wrong.
No results found
v0.10.2
14 Aug 19:41
Compare
Sorry, something went wrong.
No results found
增加被const值进行常量替换后得到ReprVar时直接将其转换为Var
因为不会进行多次常量替换, 所以常量替换后得到ReprVar是无意义的,
并且还会导致DExp在将返回句柄指定为该常量时断言失败
顺便删除了一些过期的注释
v0.10.1
13 Aug 11:27
Compare
Sorry, something went wrong.
No results found
修改ValueBind, 使用报错保证左值句柄不为字符串, 修改语法保证右值不为字符串