<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript, branch main</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=main</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2026-04-02T07:26:50+00:00</updated>
<entry>
<title>Lua 5.5 no longer put nil in array part of table.</title>
<updated>2026-04-02T07:26:50+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-04-02T07:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=d4e8b147694f35ac37c48dbfdd4b179c892beb01'/>
<id>urn:sha1:d4e8b147694f35ac37c48dbfdd4b179c892beb01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: add test cases for empty table pattern matching</title>
<updated>2026-03-26T08:19:50+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-26T08:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=bc1a80badfb734fb9695ee4831e25cb68b8e7765'/>
<id>urn:sha1:bc1a80badfb734fb9695ee4831e25cb68b8e7765</id>
<content type='text'>
- Test [] pattern matches tables with #x == 0
- Test {} pattern matches tables with next(x) == nil
- Test distinguishing between [] and {} patterns
- Test empty patterns with then syntax
- Test empty patterns with multiple when branches

Related to #249
</content>
</entry>
<entry>
<title>fix: empty table pattern in switch generates valid Lua code</title>
<updated>2026-03-26T04:02:35+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-26T04:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=df262171918e6ecc241bff6cfcf81b097ec00533'/>
<id>urn:sha1:df262171918e6ecc241bff6cfcf81b097ec00533</id>
<content type='text'>
- Add EmptyTableType enum to distinguish [] and {} patterns
- [] (empty list) generates '#x == 0' check
- {} (empty table) generates 'next(x) == nil' check
- Fixes issue #249
</content>
</entry>
<entry>
<title>feat: add m_end position to AST nodes</title>
<updated>2026-03-26T03:34:38+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-26T03:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=ad0cd3a39d5d77ec32d2f203c7258f727a06ba6e'/>
<id>urn:sha1:ad0cd3a39d5d77ec32d2f203c7258f727a06ba6e</id>
<content type='text'>
- Add end line and column (m_end.m_line, m_end.m_col) to AST output
- New AST format: [name, begin_line, begin_col, end_line, end_col, ...children]
- Update format_spec.yue to normalize end positions for comparison
- Add ast_spec.yue tests for AST end position feature

Closes #251
</content>
</entry>
<entry>
<title>Code Cleanup</title>
<updated>2026-03-25T15:39:00+00:00</updated>
<author>
<name>Dania Rifki</name>
<email>atomicnumberphi@gmail.com</email>
</author>
<published>2026-03-25T15:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=ffdbbbd3e286d7440af411b475c5a13d49897898'/>
<id>urn:sha1:ffdbbbd3e286d7440af411b475c5a13d49897898</id>
<content type='text'>
Also Bump Dependencies
</content>
</entry>
<entry>
<title>Updated spec.</title>
<updated>2026-03-13T15:40:12+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-13T15:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=e15bd04ae6e5d7d7d31b3aa54a23d402349f3145'/>
<id>urn:sha1:e15bd04ae6e5d7d7d31b3aa54a23d402349f3145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a little semantic issue.</title>
<updated>2026-03-12T01:31:49+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-12T01:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=4209d5dd00303e21db2f78139244b7c0b6ac8a4d'/>
<id>urn:sha1:4209d5dd00303e21db2f78139244b7c0b6ac8a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated README. [skip CI]</title>
<updated>2026-03-04T10:09:09+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-04T10:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=bba1c9cdd46d41c7374b33c3167452a2c332fd37'/>
<id>urn:sha1:bba1c9cdd46d41c7374b33c3167452a2c332fd37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed empty lines in statement reserving issue.</title>
<updated>2026-03-04T04:05:15+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-04T04:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=74d2d5c51702b7355981331b3d069acc47d324b6'/>
<id>urn:sha1:74d2d5c51702b7355981331b3d069acc47d324b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed `yue.check` missed the module options issue.</title>
<updated>2026-03-02T10:21:40+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-03-02T10:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=6c3f69309a9b4b24c1af8d43a28e2c53a0e7d560'/>
<id>urn:sha1:6c3f69309a9b4b24c1af8d43a28e2c53a0e7d560</id>
<content type='text'>
</content>
</entry>
</feed>
