Haichuan Wang

Results 4 comments of Haichuan Wang

There is another issue may be related to this one. The parser cannot accept a crossing line long string with "\". ``` lua str = "Hello\ world!" ``` The parser...

Regarding the previous example, the problem happens only in windows platform's line separator. The metalua parser cannot accept the sequence of "\\r\n", but can accept "\\n".

Thanks! The treequery is very nice. I'm using it for some analysis. Regarding the bug, my feeling is the original walk requires a two-level cfg with the first level three...

I think this issue is not a bug in the source code. It is from the inconsistency between the 0.5 document http://metalua.luaforge.net/manual004.html#toc9. and the current walk implementation. This form works...