lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great Petite Abeille once stated:
> 
> On May 22, 2013, at 10:11 PM, Sean Conner <sean@conman.org> wrote:
> 
> >> Is there a more straightforward way?
> > 
> > lpeg = require "lpeg"
> 
> doesn't quite pass the smell test :P

  In what way?  For Lua 5.2 you need to do it this way.

  -spc