<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/spec/inputs, branch v0.29.2</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.29.2</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.29.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2025-07-18T03:51:39+00:00</updated>
<entry>
<title>Added specs, tests and docs.</title>
<updated>2025-07-18T03:51:39+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-07-18T03:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=9d3d8ef2be15dfbf279de71241ff747a568e2c49'/>
<id>urn:sha1:9d3d8ef2be15dfbf279de71241ff747a568e2c49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added new syntax.</title>
<updated>2025-06-04T03:38:34+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-06-04T03:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=548ab1d9ff5b831050f14f1355a3314a41163ad6'/>
<id>urn:sha1:548ab1d9ff5b831050f14f1355a3314a41163ad6</id>
<content type='text'>
- Slice Expression.
- Reversed Indexing,.
- Range Destructuring.
- Table Range Matching.
</content>
</entry>
<entry>
<title>Added a new test.</title>
<updated>2025-05-30T09:31:03+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-30T09:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=cea79554c2edceff30fe4815a3f784544f8557c3'/>
<id>urn:sha1:cea79554c2edceff30fe4815a3f784544f8557c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `try!` with `try?`.</title>
<updated>2025-05-28T14:15:35+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-28T14:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=2f61682aea987cdc5dd1cf44097dbbc28a7cbd2b'/>
<id>urn:sha1:2f61682aea987cdc5dd1cf44097dbbc28a7cbd2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added `try!` syntax.</title>
<updated>2025-05-28T10:20:16+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-28T10:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=5604bbbb80bfcedb4a9085b90864e221f8104b33'/>
<id>urn:sha1:5604bbbb80bfcedb4a9085b90864e221f8104b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated `repeat` syntax functions.</title>
<updated>2025-05-27T03:26:15+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-27T03:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=87267ca9e93606b70bdc0397349b176b8d142514'/>
<id>urn:sha1:87267ca9e93606b70bdc0397349b176b8d142514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added doc for `with?` syntax.</title>
<updated>2025-05-26T07:52:07+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-26T07:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=a9d28cb615d2bdc09d2482d5262951f2afc8d6e1'/>
<id>urn:sha1:a9d28cb615d2bdc09d2482d5262951f2afc8d6e1</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>Added `-` for implicit object.</title>
<updated>2025-05-23T07:07:45+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-23T07:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=4ba4c90e711c6204aa40e38347c5a5a076d9370e'/>
<id>urn:sha1:4ba4c90e711c6204aa40e38347c5a5a076d9370e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added break with value to with syntax.</title>
<updated>2025-05-23T04:22:21+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-05-23T04:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=cf0a0f37bf07eb8e9435febe96e3adfe45004f91'/>
<id>urn:sha1:cf0a0f37bf07eb8e9435febe96e3adfe45004f91</id>
<content type='text'>
</content>
</entry>
</feed>
