Releases: PowerAngelXD/YoLang
Yolang 1.5.9
Update something
Yolang 1.5.4
Version: Yolang 1.5.4 Illustrate
- Updated composite type: references and supports related operations
You can use the modifier ref to declare a reference and the symbol=>
to refer to a new identifier - Fixed something
Yolang 1.5.2-1.5.29
Version: Yolang 1.5.2 Illustrate
1, Added 'new' expression
2, Updated structure and its corresponding expression
3, Fixed something
Version: Yolang 1.5.22 Illustrate
1, Fixed something
2, Overwrite all nodes about identifiers
Version: Yolang 1.5.25 Illustrate
1, Update bif: randint, randdeci, randstr
2, Added '+=', '-=' operator
Version: Yolang 1.5.29 Illustrate
1, Update bif: split
2, Fixed something
Starting from the current version, the yolang release will include the Linux amd64 version
Yolang 1.5.0
Version: Yolang 1.5.0 Illustrate
1, Added 'new' expression
2, Updated structure and its corresponding expression
Yolang 1.4.1-1.4.15
Version: Yolang 1.4.1 Illustrate
1, implemented the function
Version: Yolang 1.4.12 Illustrate
1, Improve variables, constant initialization
2, Added expressions with smaller units, supporting negative expressions
Version: Yolang 1.4.15 Illustrate
1, Added built-in functions: vmcode, add_const, length
2, Fixed many bugs
Yolang 1.4.0
Version: Yolang 1.4.0 Illustrate:
1, Optimized for vorcstmt
2, implemented the function
3, Optimized for the type system
Yolang 1.2.12-1.2.15
Version: Yolang 1.2.12 Illustrate
1, updated as operator; It can only be used to convert the value corresponding to the identifier
2, Optimized escape character detection and ported it to lexer
3, Updated bif: fwrite
Version: Yolang 1.2.15 Illustrate
1, further optimize NULL
2, Optimized for vorcstmt
Yolang 1.2.0
这个Release是新YOVM后的第一个Release!
在这次更新中,我们将原Yolang的大部分功能全部还原,新的YOVM架构更清晰,效率上也比原YVM要更快;并且还引用了一些原VM不具备的特性
(原谅作者鸽了1一个多月吧QAQ)
Yolang 1.1.8
本次更新为本人中考后第一个更新
更新内容如下:
1,break语句
2,优化部分代码
3,针对vm进行优化,效率提高
Yolang 1.1.5
本次更新内容如下:
1,增加了len,sys的bif
2,增加了for循环语句
3,修复部分bug,优化整体体验
4,对view命令增加了“token”|“t“参数,用于查看tokengroup