<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/src, branch v0.9.5</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.9.5</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.9.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2021-12-17T09:33:38+00:00</updated>
<entry>
<title>eliminate some ambiguous syntax.</title>
<updated>2021-12-17T09:33:38+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-12-17T09:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=05ef9bb1ffefbc717f3fb4738f3683b3cb09a82e'/>
<id>urn:sha1:05ef9bb1ffefbc717f3fb4738f3683b3cb09a82e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix an new issue found by the example from issue #72</title>
<updated>2021-12-17T08:38:41+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-12-17T08:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=2138d176edfe1f8ba3ecee211f15825e97f0570a'/>
<id>urn:sha1:2138d176edfe1f8ba3ecee211f15825e97f0570a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix issue #70.</title>
<updated>2021-11-29T06:42:36+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-11-29T06:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=8953ecec306536cd0b18c9de316461ad4c35166f'/>
<id>urn:sha1:8953ecec306536cd0b18c9de316461ad4c35166f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix an indent issue. add more macro specs. fixing issue #69.</title>
<updated>2021-11-23T01:34:57+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-11-23T01:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=65050db97932197ce990f36fc0efed8d0c1298a2'/>
<id>urn:sha1:65050db97932197ce990f36fc0efed8d0c1298a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update macro spec and builtin Lua.</title>
<updated>2021-11-22T02:05:39+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-11-22T02:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=825b5d96f8a0d146615f0c6a76feab46da9baa60'/>
<id>urn:sha1:825b5d96f8a0d146615f0c6a76feab46da9baa60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up.</title>
<updated>2021-11-21T17:48:26+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-11-21T17:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=125f709b065acb35bcd216001720c0bb4635dd25'/>
<id>urn:sha1:125f709b065acb35bcd216001720c0bb4635dd25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to fix issue #69 with new macro functions. add builtin macro $MODULE and $LINE.</title>
<updated>2021-11-19T05:23:11+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-11-19T05:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=2ff18b4fb66d25d22e5a25fb386fe171853e0b06'/>
<id>urn:sha1:2ff18b4fb66d25d22e5a25fb386fe171853e0b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a wrong code generating issue, update builtin Lua.</title>
<updated>2021-11-02T03:17:58+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-11-02T03:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=827c3736f357e09168fc108e8e740c6425d37d9b'/>
<id>urn:sha1:827c3736f357e09168fc108e8e740c6425d37d9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>partially fix issue #69, fix a few case the generated code leaks some temp variables.</title>
<updated>2021-10-31T09:29:45+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-10-31T09:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=aed806476fe50899c0f01750175531ac41267b9d'/>
<id>urn:sha1:aed806476fe50899c0f01750175531ac41267b9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix issue #68.</title>
<updated>2021-10-11T02:59:55+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2021-10-11T02:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=a19b242cbaf53721b20a3163dd06f43e9ef2b487'/>
<id>urn:sha1:a19b242cbaf53721b20a3163dd06f43e9ef2b487</id>
<content type='text'>
</content>
</entry>
</feed>
