<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/spec/inputs, branch v0.18.1</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.18.1</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.18.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2023-08-09T00:56:58+00:00</updated>
<entry>
<title>add more tests.</title>
<updated>2023-08-09T00:56:58+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-08-09T00:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=33260af2175004347a3b9345b67727e596c6fffd'/>
<id>urn:sha1:33260af2175004347a3b9345b67727e596c6fffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make vararg assignment work with line decorator.</title>
<updated>2023-08-08T10:12:16+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-08-08T10:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=60774555568dbc64866d088cb51e45f9434c0f89'/>
<id>urn:sha1:60774555568dbc64866d088cb51e45f9434c0f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixing issue #143 and #144.</title>
<updated>2023-08-07T01:57:27+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-08-07T01:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=c9b70274787ed8a77e7b47c4628197f0c6c1ba30'/>
<id>urn:sha1:c9b70274787ed8a77e7b47c4628197f0c6c1ba30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made a little optimization for try-catch syntax.</title>
<updated>2023-07-28T07:54:12+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-07-28T07:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=a89680fe48dd1520843d7629e2006f732e313200'/>
<id>urn:sha1:a89680fe48dd1520843d7629e2006f732e313200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix xpcall usages in different Lua version.</title>
<updated>2023-07-28T03:53:04+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-07-28T03:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=5497775534d20ba06ab9c13bc4db1c5bee877513'/>
<id>urn:sha1:5497775534d20ba06ab9c13bc4db1c5bee877513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix wrong codes generation for in-expression.</title>
<updated>2023-07-20T10:25:10+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-07-20T10:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=fcb480618f162817572947cfed96b1ba0d6c5a44'/>
<id>urn:sha1:fcb480618f162817572947cfed96b1ba0d6c5a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a missing case for in expression.</title>
<updated>2023-07-13T01:09:47+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-07-13T01:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=1d2423bff4ecc4396d65c387982d6667b33bd796'/>
<id>urn:sha1:1d2423bff4ecc4396d65c387982d6667b33bd796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix issue https://github.com/leafo/moonscript/issues/448</title>
<updated>2023-07-02T08:47:12+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-07-02T08:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=7775f4c5b97dcc0d7e71a2cd8fb132f2b5bc1bd6'/>
<id>urn:sha1:7775f4c5b97dcc0d7e71a2cd8fb132f2b5bc1bd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support list table checking to in-expression for issue #140</title>
<updated>2023-06-30T10:48:20+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-06-30T10:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=85a2da5cbbbbfb27f3b65ac67d083dd2443d223d'/>
<id>urn:sha1:85a2da5cbbbbfb27f3b65ac67d083dd2443d223d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix assignment to in-expression with discrete values issue from #140</title>
<updated>2023-06-29T06:24:40+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-06-29T06:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=dce38caac22a024026d19f556aefe0669f97403c'/>
<id>urn:sha1:dce38caac22a024026d19f556aefe0669f97403c</id>
<content type='text'>
</content>
</entry>
</feed>
