<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/spec, branch v0.33.4</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.33.4</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.33.4'/>
<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>Updated all-in-one docs.</title>
<updated>2026-02-23T16:35:05+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-23T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=50221313c577a2e9f01a3a6b12c8e54594f13126'/>
<id>urn:sha1:50221313c577a2e9f01a3a6b12c8e54594f13126</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed comma position in class members with line number comments. Fixed issue #240.</title>
<updated>2026-02-23T16:18:48+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-23T16:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=e2d35caf96f1330db11316cccb0b6289d56ac662'/>
<id>urn:sha1:e2d35caf96f1330db11316cccb0b6289d56ac662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some scripts.</title>
<updated>2026-02-21T18:12:46+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-21T18:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=0f75a9573821933f7829d250a99fcfa353ab7518'/>
<id>urn:sha1:0f75a9573821933f7829d250a99fcfa353ab7518</id>
<content type='text'>
Fix.
</content>
</entry>
<entry>
<title>Cleanup.</title>
<updated>2026-02-21T17:07:06+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-21T17:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=042c393a4ce4454948b69e99f0fc721736403208'/>
<id>urn:sha1:042c393a4ce4454948b69e99f0fc721736403208</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup.</title>
<updated>2026-02-21T09:34:07+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-21T09:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=94ced94bfdca63023499637fe540d618533871e4'/>
<id>urn:sha1:94ced94bfdca63023499637fe540d618533871e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'feature/reserve-comments-tests' into codex/remove-line-number-comments-from-empty-lines</title>
<updated>2026-02-20T13:22:58+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-20T13:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=28253ef50ffa976ed70e6635e4d0ccf7f1842fcd'/>
<id>urn:sha1:28253ef50ffa976ed70e6635e4d0ccf7f1842fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip line-number comments on empty lines in table/class blocks</title>
<updated>2026-02-20T13:17:16+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-20T13:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=635ce55c778eb0ccf0cb0f5d495402dbbb42deb1'/>
<id>urn:sha1:635ce55c778eb0ccf0cb0f5d495402dbbb42deb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test suite for reserve comments feature</title>
<updated>2026-02-20T13:02:09+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-20T13:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=1c93c88a3f79cfce68ee6d8c4cd85156aaad1101'/>
<id>urn:sha1:1c93c88a3f79cfce68ee6d8c4cd85156aaad1101</id>
<content type='text'>
- Add assert_output_not_contains helper function for negative assertions
- Add reserve_comments_spec test with Yue and Lua files
- Integrate new test suite into run_all_tests.sh

Co-Authored-By: Claude Sonnet 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add goto statement documentation and tests</title>
<updated>2026-02-15T07:36:30+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2026-02-15T05:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=cf5b1b4a68d762e6e33cac8367611ecea15fa942'/>
<id>urn:sha1:cf5b1b4a68d762e6e33cac8367611ecea15fa942</id>
<content type='text'>
- Added goto.md documentation files in all languages (en, de, zh, pt-br, id-id)
- Updated conditionals.md to include goto statement references
- Updated VitePress config to include new goto documentation pages
- Updated makefile for goto documentation compilation
- Added test outputs for goto examples in all languages
- Updated yue.cpp core implementation

Co-Authored-By: Claude Sonnet 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
