是否有针对复合运算符(+=、-=、*=...)的 lua 补丁?

发布于 2024-10-27 08:09:59 字数 29 浏览 2 评论 0原文

我知道复合运算符不是必需的,但我真的想要它。

I know the composite operator is't necessary, but I really want it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泼猴你往哪里跑 2024-11-03 08:09:59

你的第一站应该是 wiki 的电源补丁页面,如果没有任何结果,你可以尝试搜索邮件列表档案,或者在邮件列表中询问。

我猜你需要自己制作这个,使用提供的 lua 源代码,但是电源补丁页面上的按位操作补丁显示了你需要修补的所有地方

Your first stop should be the power patches pages of the wiki, if that yields nothing, you can try searching through the mailing list archives, or asking on the mailing list its self.

I'm guessing you'll need to make this one yourself however, using the provided lua source, but the bitwise ops patch on the power patches pages shows you all the places you'd need to patch

巷雨优美回忆 2024-11-03 08:09:59

使用金属。
它内置了一些这样的运算符,并且很容易添加更多。

但请注意兼容性的丧失。

Use metalua.
It has a few of these operators built in, and its easy to add more.

Do note the loss of compatibility though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文