lua-users home
lua-l archive

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


Trying to use Peter Odding's lxsh
Issue has been filed for a while over there:
https://github.com/xolox/lua-lxsh/issues/5
But this should probably be fixed in LPEG itself?


The below works fine with lpeg 0.10:

> lpeg = require"lpeg"
> D = lpeg.R'09'
> BB = lpeg.B(-D, 1)
stdin:1: bad argument #1 to 'B' (pattern may not have fixed length)