Closed LiXizhi closed 7 years ago
need some time think about this
I'm thinking of changing comment style rather than formatting style. Put comment string at start of the line.
function FuncExpression:CompileCode(ast)
return {ast:tostring()}
end
after comment
--function FuncExpression:CompileCode(ast)
-- return {ast:tostring()}
--end
The default comment command will generate following comment code
which will be formated to
this makes decomment difficult. how about ignore all spaces before
--
?same is true, such as