中文标识符转为unicode是为了使代码兼容老lua版本吗?
nobodxbodon opened this issue · 1 comments
nobodxbodon commented
pigpigyyy commented
是为了在不patch Lua源码的环境下能运行Yuescript写的带unicode标识符的代码,毕竟不是所有Lua的运行环境都能patch到源码。也是借鉴一个叫Fennel转译到Lua的语言编译器的处理方式来的。
nobodxbodon opened this issue · 1 comments
是为了在不patch Lua源码的环境下能运行Yuescript写的带unicode标识符的代码,毕竟不是所有Lua的运行环境都能patch到源码。也是借鉴一个叫Fennel转译到Lua的语言编译器的处理方式来的。