<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/spec/inputs/unicode, branch v0.32.0</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.32.0</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.32.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2026-01-19T09:11:31+00:00</updated>
<entry>
<title>Made `;` work as statements separator.</title>
<updated>2026-01-19T09:11:31+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-01-19T09:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=ccfe66f87663e10603e453f02894bb82dd23c93b'/>
<id>urn:sha1:ccfe66f87663e10603e453f02894bb82dd23c93b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactored FnArgsDef rules. Fixed issue #224.</title>
<updated>2025-12-08T02:21:10+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-08T02:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=bb563257953628a9849c8532a684b5064bf8e655'/>
<id>urn:sha1:bb563257953628a9849c8532a684b5064bf8e655</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed more error messages.</title>
<updated>2025-12-05T09:44:20+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-05T09:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=552c260d3c3e8d2c65125bba77b588d7e487d983'/>
<id>urn:sha1:552c260d3c3e8d2c65125bba77b588d7e487d983</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated syntax.</title>
<updated>2025-11-21T04:21:04+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-11-21T04:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=43dde2fff316051d03968e8efd313f19b53112fc'/>
<id>urn:sha1:43dde2fff316051d03968e8efd313f19b53112fc</id>
<content type='text'>
* Added error check for mixed use of tabs and spaces.
* Supported SimpleTable destructuring for ForEach syntax.
</content>
</entry>
<entry>
<title>Increased call stack size.</title>
<updated>2025-09-16T01:15:51+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-09-16T01:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=5e566f8cf633882cd153731944cba9f5503cfb0a'/>
<id>urn:sha1:5e566f8cf633882cd153731944cba9f5503cfb0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix.</title>
<updated>2025-09-15T11:59:55+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-09-15T11:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=3b97540cc9a9b9409998454632d242b9bb12cb13'/>
<id>urn:sha1:3b97540cc9a9b9409998454632d242b9bb12cb13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added assignment expression for switch syntax.</title>
<updated>2025-05-26T03:07:38+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-26T03:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=a91135ce512f907ed085d9aac147d8fcad356406'/>
<id>urn:sha1:a91135ce512f907ed085d9aac147d8fcad356406</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a few issues.</title>
<updated>2024-09-26T14:11:13+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2024-09-26T14:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=7575fe00aad91e0ba943e877ddcd838f76e095c0'/>
<id>urn:sha1:7575fe00aad91e0ba943e877ddcd838f76e095c0</id>
<content type='text'>
* Fixed a `with` block with return statement issue.
* Fixed a switch-when indentation issue.
* Added error reporting for `return` statement not appearing in last block line.
</content>
</entry>
<entry>
<title>try fixing issue #162.</title>
<updated>2024-03-18T18:22:56+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2024-03-18T18:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=afc86619d710a578dc3f2bfc2ee1d62913f9abe8'/>
<id>urn:sha1:afc86619d710a578dc3f2bfc2ee1d62913f9abe8</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>
</feed>
