Skip to content

Releases: HttoHu/Merdog

Merdog 3.9

04 May 07:28
Compare
Choose a tag to compare

This is the last version of Merdog 3 & Snake.

  • conditional expression
  • bug fixed
  • some build-in functions.

Medog snake 1.3.3

16 Jan 03:17
Compare
Choose a tag to compare
  1. fixed a bug about map
  2. string supports += now.
  3. 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

04 Jan 12:45
Compare
Choose a tag to compare
  • 多维数组 (multidimensional array)
  • 修复了一大波bug
  • 编译期运算

=======

  • 已知问题(feature of bug?): 由于使用了多维数组,对于example/struct_arr.mer的写法不再兼容,预计在后面的版本修复这个问题

Merdog Snake 1.2

21 Dec 14:29
Compare
Choose a tag to compare
  • fixed two fatal bugs.
  • pre_input

Merdog Snake 1.0

04 Dec 13:59
Compare
Choose a tag to compare

The best of Merdog

  • fixed many bugs
  • complete containers dictionaries
  • fixed memory leak.

Added some containers

25 Nov 01:34
Compare
Choose a tag to compare

Support vector, deque, set and map now

Merdog 3.1.6 Stable Version

08 Nov 10:49
Compare
Choose a tag to compare
  • 在函数里无法使用全局变量数组的bug

Merdog 3.1.5

03 Nov 01:51
Compare
Choose a tag to compare
  • 数组元素自动推导
  • sizeof 检测数组元素
  • 指针数组
  • char类型

Merdog 3.1.3

25 Oct 15:08
Compare
Choose a tag to compare
  • 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

11 Oct 09:53
Compare
Choose a tag to compare
  • fixed many bugs
  • added new examples
  • you can use pointer more freely as C