<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/spec, branch v0.22.3</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.22.3</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.22.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2024-03-04T03:13:18+00:00</updated>
<entry>
<title>add default return declaration for function literal.</title>
<updated>2024-03-04T03:13:18+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2024-03-04T03:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=4e9a508a11c16db9aeff44b27e88713ab413bff7'/>
<id>urn:sha1:4e9a508a11c16db9aeff44b27e88713ab413bff7</id>
<content type='text'>
</content>
</entry>
<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>fix invalid formation.</title>
<updated>2023-12-14T05:57:40+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2023-12-14T05:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=8cff6076041f4204a53a177359783d75698ec19f'/>
<id>urn:sha1:8cff6076041f4204a53a177359783d75698ec19f</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>
</feed>
