[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LPEG > 0.10 regression: 'B' (pattern may not have fixed length)
- From: Daurnimator <quae@...>
- Date: Sat, 30 May 2015 11:31:45 +1000
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)