<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/spec/inputs, branch v0.22.0</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.22.0</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.22.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2024-02-05T06:52:29+00:00</updated>
<entry>
<title>fix an empty check case.</title>
<updated>2024-02-05T06:52:29+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2024-02-05T06:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=5ef5cff3efd030eb440133b5e4b2925bb9fe8ead'/>
<id>urn:sha1:5ef5cff3efd030eb440133b5e4b2925bb9fe8ead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix in-expression format issue.</title>
<updated>2024-02-05T03:24:41+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2024-02-05T03:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=018b9408f167067c596fc23781bc945edb9f4d89'/>
<id>urn:sha1:018b9408f167067c596fc23781bc945edb9f4d89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more invalid in-expression use cases.</title>
<updated>2024-02-05T02:27:47+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2024-02-05T02:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=ef0ff9c4c523980d71e49d65e8db57d670daf85c'/>
<id>urn:sha1:ef0ff9c4c523980d71e49d65e8db57d670daf85c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a const list destructuring case.</title>
<updated>2023-12-19T15:29:07+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-12-19T15:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=7de25e2ef75a748356c79d0015a5d934dde4c216'/>
<id>urn:sha1:7de25e2ef75a748356c79d0015a5d934dde4c216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add yue.format() function. fix yue ast to code function issues.</title>
<updated>2023-12-13T09:33:13+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-12-13T09:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=3c4cbff4d88892f153b70ccbbc69d1087ecbcc49'/>
<id>urn:sha1:3c4cbff4d88892f153b70ccbbc69d1087ecbcc49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix empty block ends with eof issue.</title>
<updated>2023-12-11T01:40:29+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-12-11T01:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=a6dc9009035113858acac32cd083983c42bc9de6'/>
<id>urn:sha1:a6dc9009035113858acac32cd083983c42bc9de6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed the if-assignment syntax to prevent some errors.</title>
<updated>2023-12-07T15:55:16+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-12-07T15:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=514b9f97febe8920a78d6078b092fe84b859a963'/>
<id>urn:sha1:514b9f97febe8920a78d6078b092fe84b859a963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make function call args a consistent behavior with table list.</title>
<updated>2023-11-18T20:01:01+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-11-18T20:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=cd827731ca155f198d26b61a0965469560e1bb34'/>
<id>urn:sha1:cd827731ca155f198d26b61a0965469560e1bb34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a missing case for condition chaining.</title>
<updated>2023-11-09T10:30:16+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-11-09T10:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=0ca14d8e6c37f5d1360178034851f36c636a7a43'/>
<id>urn:sha1:0ca14d8e6c37f5d1360178034851f36c636a7a43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix table matching syntax in switch statement with list table.</title>
<updated>2023-11-02T04:27:27+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-11-02T04:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=5ad0f4daa8171460dc71332669c365bb8e07dab0'/>
<id>urn:sha1:5ad0f4daa8171460dc71332669c365bb8e07dab0</id>
<content type='text'>
</content>
</entry>
</feed>
