I have just released a PEG library for Lua:
file:///home/roberto/prj/lpeg/doc.html
Unlike most PEG libraries, its emphasis is not in parsing, but in
("regular expression") pattern matching. Also unlike most PEG libraries,
it is not based on Packrat. It compiles patterns to a small virtual
machine (not totally unlike Knuth's Parsing Machine) and then interpret
these "programs".
-- Roberto
_______________________________________________
PEG mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/peg