Releases: HttoHu/Merdog
Releases · HttoHu/Merdog
Merdog 3.9
Medog snake 1.3.3
- fixed a bug about map
- string supports += now.
- added a new member function of string .find(ch,StartPos), return the position where the first char matches the ch.
Merdog Snake 1.3.2
- 多维数组 (multidimensional array)
- 修复了一大波bug
- 编译期运算
=======
- 已知问题(feature of bug?): 由于使用了多维数组,对于example/struct_arr.mer的写法不再兼容,预计在后面的版本修复这个问题
Merdog Snake 1.2
- fixed two fatal bugs.
- pre_input
Merdog Snake 1.0
The best of Merdog
- fixed many bugs
- complete containers dictionaries
- fixed memory leak.
Added some containers
Support vector, deque, set and map now
Merdog 3.1.6 Stable Version
- 在函数里无法使用全局变量数组的bug
Merdog 3.1.5
- 数组元素自动推导
- sizeof 检测数组元素
- 指针数组
- char类型
Merdog 3.1.3
- struct member function
- In old merdog, you cannot get struct_obj member's add and I fixed this bug in this version
- A simple GC base on reference.
Merdog 3.1 Stable Version
- fixed many bugs
- added new examples
- you can use pointer more freely as C