This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- A more complete version is now available here: | |
-- https://github.com/pygy/LuLPeg | |
-- PureLPeg.lua | |
-- a WIP LPeg implementation in pure Lua, by Pierre-Yves Gérardy | |
-- released under the Romantic WTF Public License (see the end of the file). | |
-- Captures and locales are not yet implemented, but the rest works quite well. | |
-- UTF-8 is supported out of the box | |
-- |