Li Jin

Results 161 comments of Li Jin

Found some typos in CMakeList.txt file. Just tried a new release should build on Arch Linux. I'll look into termux when I get time.

As a maintainer of Yuescript project. The more user opinions given to me the better dev decisions I can make to do a better maintenance or improvements. I appreciate your...

Since we are just sharing a pretty small community. I think I can push things to go faster once I got vacant time, and actually try various ideas to see...

@GokuHiki I got your point, the in range expr was removed and being replaced by chaining comparison operators. And list literal with [ ] is now available. You may also...

Currently the compile-from-source doc is: https://dorothy-ssr.net/docs/tutorial/dev-configuration It is being addressed in the README.md section "Engine project development".

Added it to the contributing guide.

Thank you for your suggestions. I've successfully integrated the TypeScriptToLua compiler with our Dora SSR project, and have added several tests to the repository to ensure its functionality. We now...

The updating for minimal C++ compiler standard requires testing on all building platforms and tool-chains. There are GCC on Linux, Clang on macOS and iOS and Android NDK(modified version of...

是的,向Lua环境导入C和C++的函数和对象可以看看这个项目:https://github.com/ThePhD/sol2 。Yuescript只负责帮你简化和提升编写Lua代码的体验。

This should be partially addressed by commit 28bae6517f43c384a828df62b727517e26b3af9b. Currently, only specific cases of assignments are transpiled into the expected one-liner form. For example, the following cases are handled correctly: ```moonscript...