<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript, branch v0.30.4</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.30.4</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.30.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2025-12-25T00:51:41+00:00</updated>
<entry>
<title>Fixed a format crash issue.</title>
<updated>2025-12-25T00:51:41+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-25T00:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=81daa7f89527e4bf8cf7ee4fdcec3f642ae508da'/>
<id>urn:sha1:81daa7f89527e4bf8cf7ee4fdcec3f642ae508da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added named vararg support.</title>
<updated>2025-12-24T16:00:08+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-24T16:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=7ee395d918b97795f151c24ed877bfcc2edf602a'/>
<id>urn:sha1:7ee395d918b97795f151c24ed877bfcc2edf602a</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 docs. [skip CI]</title>
<updated>2025-12-04T01:36:42+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-04T01:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=d7452147eaa1f47520269f881b3d06c4e164dfd3'/>
<id>urn:sha1:d7452147eaa1f47520269f881b3d06c4e164dfd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed empty line as block issue.</title>
<updated>2025-12-04T01:24:55+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-04T01:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=b3aba7938aee0d4885d9243dc3f2f3d89d9812b6'/>
<id>urn:sha1:b3aba7938aee0d4885d9243dc3f2f3d89d9812b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated reserved comments function.</title>
<updated>2025-12-03T18:57:43+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-03T18:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=ec26010fd100bb014584653e0e1370dba816fd1f'/>
<id>urn:sha1:ec26010fd100bb014584653e0e1370dba816fd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved syntax error messages with contextual details.</title>
<updated>2025-12-03T03:05:52+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-12-03T03:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=1fea444b1ae1157a98ac187f58952080a7a63b6e'/>
<id>urn:sha1:1fea444b1ae1157a98ac187f58952080a7a63b6e</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>Updated doc. [skip CI]</title>
<updated>2025-11-17T02:17:13+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-11-17T02:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=b462de9d09d4708490161c7c16858bce2c9cb9b6'/>
<id>urn:sha1:b462de9d09d4708490161c7c16858bce2c9cb9b6</id>
<content type='text'>
</content>
</entry>
</feed>
