chen-guang

Results 2 issues of chen-guang

` #tab+1 ` is parsed to ` LengthOp(AddOp(tab,1)) ` It should be ` AddOp(LengthOp(tab), 1) `

Dear maintainers, When using the parser, I find that sometimes comments with Chinese characters are silently discarded. Below is Lua code which can be used to reproduce the error: function...