lua-users home
lua-l archive

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


Dear ALL,

is it possible to save a compiled LPeg grammar or pattern to file or database and then to load it thence by means of pure Lua?

Effectively it means whether I can cast userdata to string and string to userdata correctly.

Alexander Mashin.