Skip to content

Instantly share code, notes, and snippets.

@teckel12
teckel12 / 0_pproc.lua
Created July 17, 2018 08:19 — forked from incinirate/0_pproc.lua
"Find and Replace" macro preprocessor for Lua
--[[
USAGE: pproc <inputFile> [outputFile]
If outputFile is not specified, pproc will write output to this path: inputFile .. ".lua"
]]
local args = { ... }
@teckel12
teckel12 / 0_pproc.lua
Created July 17, 2018 08:18 — forked from incinirate/0_pproc.lua
"Find and Replace" macro preprocessor for Lua
--[[
USAGE: pproc <inputFile> [outputFile]
If outputFile is not specified, pproc will write output to this path: inputFile .. ".lua"
]]
local args = { ... }