lua-users home
lua-l archive

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


Hi, list!

On rather small JSON data (will prepare a minimal sample ASAP) we get
this error from luajson[1] 1.2.1:

/luajson/lua/json/decode.lua:90: too many pending calls/choices

The line: local ret, next_index = lpeg.match(grammar, data)

It seems that we're affected by this problem in lpeg:

http://lua-users.org/lists/lua-l/2010-03/msg00107.html

Any known workarounds?

Thanks,
Alexander.

[1] — https://github.com/harningt/luajson