<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/spec/outputs/unicode, branch feature/ast-node-end-position</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=feature%2Fast-node-end-position</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=feature%2Fast-node-end-position'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2026-02-24T04:24:10+00:00</updated>
<entry>
<title>Cleaned up and fixed more comment reserving codes.</title>
<updated>2026-02-24T04:24:10+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-24T04:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=0ccf4408271c8a0d147e3cf25689810862e8c1db'/>
<id>urn:sha1:0ccf4408271c8a0d147e3cf25689810862e8c1db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed compiler issues and added 800+ test cases.</title>
<updated>2026-01-28T10:43:14+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-01-28T10:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=dd64edd58fe25ec74ae5958128cf3f74b0692f3b'/>
<id>urn:sha1:dd64edd58fe25ec74ae5958128cf3f74b0692f3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding tests.</title>
<updated>2026-01-22T07:03:12+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-01-22T07:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=f1454bbbd13a71da2005ff789cde2da0e9eb81f6'/>
<id>urn:sha1:f1454bbbd13a71da2005ff789cde2da0e9eb81f6</id>
<content type='text'>
</content>
</entry>
<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>Updated spec.</title>
<updated>2025-11-05T03:38:45+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-11-05T03:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=36fc4fd1b262fd91226540bc79c833ef17a7425e'/>
<id>urn:sha1:36fc4fd1b262fd91226540bc79c833ef17a7425e</id>
<content type='text'>
</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 more reversed index support for slice. [skip CI]</title>
<updated>2025-06-04T08:07:06+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2025-06-04T08:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=0e72454a11f65d9ac800dedb698ddfcc15933785'/>
<id>urn:sha1:0e72454a11f65d9ac800dedb698ddfcc15933785</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 `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>
</feed>
