[dtaht/deBloat] : Sped up the code generator a bit more by eliminati...
GitHub
noreply at github.com
Mon Jan 9 12:05:27 EST 2012
Branch: refs/heads/master
Home: https://github.com/dtaht/deBloat
Commit: 9136e8c190abc97c5cd68f6d98e0df0bc9c46ccf
https://github.com/dtaht/deBloat/commit/9136e8c190abc97c5cd68f6d98e0df0bc9c46ccf
Author: Dave Taht <d at taht.net>
Date: 2012-01-09 (Mon, 09 Jan 2012)
Changed paths:
M src/staqfq.lua
Log Message:
-----------
Sped up the code generator a bit more by eliminating a string format
What you can do with varargs in lua is kind of nice.
local function qa(...)
return tc:write(qastring,sf(...),"\n")
end
More information about the Cerowrt-commits
mailing list