lua-users home
lua-l archive

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


Hi all,
 
I tried to add LPeg extending to Lua. After generating lpeg.so, which I needed to add to Lua interpreter. However, I did not know how to do? Anybody could help me?
 
BTW, I had verified the lpeg.so thru step below:
 
tmp/lpeg-0.9: make test
test.lua
General tests for LPeg library
version 0.9
+
+
+
+
+
OK
 
But I did not know how to register lpeg.so to Lua so that I was able to use LPeg by interactive ways.
 
Thanks a lot.