Releases: A4-Tacks/mindustry_logic_bang_lang
Releases · A4-Tacks/mindustry_logic_bang_lang
v0.10.0
13 Aug 06:32
Compare
Sorry, something went wrong.
No results found
v0.9.0
10 Aug 08:51
Compare
Sorry, something went wrong.
No results found
添加A选项以源码风格显示AST,
将read踢出关键字
将功能稍微分箱
小改报错前缀
对生成的一些Value::Var改为Value::ReprVar
对跨行字符串稍微修改, 使其换行时使用\n
v0.8.0
09 Aug 08:55
Compare
Sorry, something went wrong.
No results found
v0.7.8
08 Aug 04:09
Compare
Sorry, something went wrong.
No results found
添加了`select`语句, 可以看成丐版`switch`,
它是较为原始的直接对应语法树中`Select`的语句,
有时相较`switch`也会更方便
v0.7.7
08 Aug 03:22
Compare
Sorry, something went wrong.
No results found
为`严格不等`与`总不是`添加语法树节点, 为严格不等添加语法`!==`
避免`!!a===b`与`a===b`结果不同
v0.7.6
05 Aug 04:20
Compare
Sorry, something went wrong.
No results found
修复`switch-append-line`对于填充`case`不生效的bug
v0.7.5
03 Aug 11:50
Compare
Sorry, something went wrong.
No results found
v0.7.4
01 Aug 03:37
Compare
Sorry, something went wrong.
No results found
优化没有elif和else的if为反转if条件的skip
v0.7.3
01 Aug 02:57
Compare
Sorry, something went wrong.
No results found
将尾部Tag映射到头部, 避免经常要在尾部添加一行end
v0.7.2
31 Jul 10:36
Compare
Sorry, something went wrong.
No results found