m-schmoock / lcpp

A Lua C PreProcessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement literal concatenation

m-schmoock opened this issue · comments

"foo" "bar" should give "foobar"

solved by umegaya