Li Jin

Results 161 comments of Li Jin

https://www.answers.com/Q/Where_is_the_backslash_located_on_a_spanish_keyboard

Yes, moonp was not passing CLI arguments. But found the real issue was a wrong syntax check in compiler. It should be fixed by the newest commit. ``` shell #...

There is a hidden rule to avoid creating anonymous function by assigning some complicated expression to a temp variable. ```moonscript export push = -> mat = matrixPool::pop!?::copy(globalTransform) -- assigning expression...

Tried fixing it with actions/checkout@v2. Thanks for noticing!

Just thought of adding the syntax for the common use of Lua table. When it comes to the binding frameworks there will sure be various cases that can hardly be...

Changed the table appending syntax to `list[] = item` instead of `list #= item` for better readability.

> I'm probably missing something but why not just use += to append? "+=" is not a good idea, because you can overload operator "+" in Lua. ```moonscript add =...

Can you post the codes with macro you've tried ? I'm using Yuescript in termux for android with archlinux and it works fine too. More info is needed to locate...

I'm using termux with AnLinux which can help installing other Linux systems without root requirement for Android and not running any compiler directly in termux environment. And then I installed...

Syntax error issue seems not to be in the Yuescript C++ codes. I might try compiling Yuescript in termux directly someday. Yes, you are right about doing recursive macros. ```moonscript...