- Install luaforwindows: https://code.google.com/p/luaforwindows/
- Open Scite
- open "main.lua" from one of the lessons
- Press F5 to compile
- lpeg for parsing: http://www.inf.puc-rio.br/~roberto/lpeg/
- Specifically, the 're' library: http://www.inf.puc-rio.br/~roberto/lpeg/re.html
- lpack (required by util/export.lua) http://tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack
- The entire talk on youtube: https://youtu.be/GSzoG8DAJEE
- @revivalizer on twitter
- ralph splat deadfeed.net
- In a few places, code on slides and actual source code is inconsistent. However, this should be minor stuff.