<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript, branch v0.13.6</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.13.6</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.13.6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2022-07-14T09:39:58+00:00</updated>
<entry>
<title>add spec.</title>
<updated>2022-07-14T09:39:58+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-14T09:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=e4a719344f2d3bf6008d15949baf60fa68420135'/>
<id>urn:sha1:e4a719344f2d3bf6008d15949baf60fa68420135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix else clause issue in switch statement with table matching.</title>
<updated>2022-07-14T09:35:04+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-14T09:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=f7b674213bd996016cb94c44ef22736a6cbdf6f3'/>
<id>urn:sha1:f7b674213bd996016cb94c44ef22736a6cbdf6f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing generated codes.</title>
<updated>2022-07-14T07:08:04+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-14T07:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=9c1d7bca08a88254ac33d7df16fc0a48f34912f4'/>
<id>urn:sha1:9c1d7bca08a88254ac33d7df16fc0a48f34912f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a case when doing optional destructuring for metatable.</title>
<updated>2022-07-14T06:35:58+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-14T06:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=f4147d5fea31438cfee3dc3781806a1a0b6c40c9'/>
<id>urn:sha1:f4147d5fea31438cfee3dc3781806a1a0b6c40c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update doc and changelog.</title>
<updated>2022-07-13T19:42:21+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-13T19:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=c6946ca162911036a19cc7c5deadb6d8c127755e'/>
<id>urn:sha1:c6946ca162911036a19cc7c5deadb6d8c127755e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix table matching issue and update doc.</title>
<updated>2022-07-13T18:48:49+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-13T18:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=3159a45de9e691ad758dcbc933446f61b7ae1940'/>
<id>urn:sha1:3159a45de9e691ad758dcbc933446f61b7ae1940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto add search path for cmd tools.</title>
<updated>2022-07-13T06:46:55+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-13T06:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=a1d341085eed96d567329a30f2cf57c95fe6f071'/>
<id>urn:sha1:a1d341085eed96d567329a30f2cf57c95fe6f071</id>
<content type='text'>
</content>
</entry>
<entry>
<title>report syntax error when mix destructures and other expressions in switch when branches.</title>
<updated>2022-07-12T16:31:26+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-12T16:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=aa194667c7cb7bb70f2a58477555d1419ae33eb0'/>
<id>urn:sha1:aa194667c7cb7bb70f2a58477555d1419ae33eb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build.</title>
<updated>2022-07-12T15:36:28+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-12T15:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=9beb7e00e8b030fdd7c3ecbad3f7ebe8ca14fda6'/>
<id>urn:sha1:9beb7e00e8b030fdd7c3ecbad3f7ebe8ca14fda6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add table pattern matching syntax and fix issue #93, remove a confusing default value syntax for destructuring.</title>
<updated>2022-07-12T09:41:19+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-07-12T09:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=68e167e9f0b90968ea67b7f21fdc50a48d129173'/>
<id>urn:sha1:68e167e9f0b90968ea67b7f21fdc50a48d129173</id>
<content type='text'>
</content>
</entry>
</feed>
