Skip to content

Releases: PowerAngelXD/YoLang

Yolang 1.5.9

19 Dec 11:57
Compare
Choose a tag to compare

Update something

Yolang 1.5.4

12 Nov 11:51
Compare
Choose a tag to compare

Version: Yolang 1.5.4 Illustrate

  1. 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
  2. Fixed something

Yolang 1.5.2-1.5.29

06 Oct 03:33
Compare
Choose a tag to compare

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

05 Oct 10:12
Compare
Choose a tag to compare

Version: Yolang 1.5.0 Illustrate
1, Added 'new' expression
2, Updated structure and its corresponding expression

Yolang 1.4.1-1.4.15

18 Sep 00:22
Compare
Choose a tag to compare

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

17 Sep 13:33
Compare
Choose a tag to compare

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

29 Aug 10:55
Compare
Choose a tag to compare

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

20 Aug 13:36
Compare
Choose a tag to compare

这个Release是新YOVM后的第一个Release!
在这次更新中,我们将原Yolang的大部分功能全部还原,新的YOVM架构更清晰,效率上也比原YVM要更快;并且还引用了一些原VM不具备的特性
(原谅作者鸽了1一个多月吧QAQ)

Yolang 1.1.8

07 Jul 09:57
Compare
Choose a tag to compare

本次更新为本人中考后第一个更新
更新内容如下:
1,break语句
2,优化部分代码
3,针对vm进行优化,效率提高

Yolang 1.1.5

05 Jun 12:50
Compare
Choose a tag to compare

本次更新内容如下:
1,增加了len,sys的bif
2,增加了for循环语句
3,修复部分bug,优化整体体验
4,对view命令增加了“token”|“t“参数,用于查看tokengroup