Love colorizer for Lua code
Posted: Sun Jul 31, 2016 12:34 pm
I wrote a simple parser that emits love.graphics.print-compatible tables when you feed it Lua code.
https://gitlab.com/technomancy/bussard/ ... ze_lua.lua
It doesn't cover all the corners of Lua's grammar, but it works on all the code I've fed it so far. I'm using it for my game which is specifically about programming, but it's possible others will find this useful; please let me know if you do.
https://gitlab.com/technomancy/bussard/ ... ze_lua.lua
It doesn't cover all the corners of Lua's grammar, but it works on all the code I've fed it so far. I'm using it for my game which is specifically about programming, but it's possible others will find this useful; please let me know if you do.