Add a way to setfenv() arbitrary Lua code commands (#10)
* Add a way to setfenv() arbitrary Lua code commands
* Enable syntax highlighting in README examples
* Remove redundant _G table
The global table already has a _G field. This is why _G works in the
first place.