keplerproject / orbit

Orbit is an MVC web framework for Lua.
http://keplerproject.github.io/orbit/
118 stars 35 forks source link

Orbit not compatible with LPEG 0.10 #4

Closed mwild1 closed 12 years ago

mwild1 commented 13 years ago

LPEG 0.10 began to allow underscores in RE identifiers, changing the meaning of [%w_] which is used in Orbit1, which means a new install of orbit from luarocks currently does not work. Simple fix, otherwise I'd attach a patch :)