

configure.lua should be the exact same one tw uses









'gcc' and see if that works














/help times to find out stuff like that




times ?s[name] ?i[numbertoskip] and times ?i[numbertoskip] when name is. When name is just numeric it's a parser conflict



times ?s[name] ?i[numbertoskip] and times ?i[numbertoskip] when name is. When name is just numeric it's a parser conflict 







pResult->GetInteger(0) != 0




"\""









times ?i[numskip] then?

/times 5 is what I was concerned about
/finishes

\n is translated into a newline by the client(!)


/cmd "some thing" 123 into cmd ; "some thing"; 123. So the pipeline gets information of quotes. Just do not break quotes without escapes and split by blanks. (Well, this might need an automata to realize..)







/cmd "some thing" 123 into cmd ; "some thing"; 123. So the pipeline gets information of quotes. Just do not break quotes without escapes and split by blanks. (Well, this might need an automata to realize..) 




