LuLPeg
LuLPeg copied to clipboard
A port of LPeg 100% written in Lua.
Changed charset to UTF-8 and fixed utf8.char fuynction but anyway got error. ``` [GCompute GLua STEAM_0:1:513332898 (ekau) -> STEAM_0:1:513332898 (ekau)] @!!! Match !!!@ userdata: 0x4db81898 ------------------------------ set Print pattern set_Repr...
line 2023: `;(options.compiler or compiler)(Builder, LL)` gives me the error `ambiguous syntax (function call x new statement) near '('`
I'm currently trying to write a markdown parser in pure lua with luaJIT, and have chosen lunamark as the dependency. It has lpeg as dependency and so here I am....
Are there any plans to implement the improvements from the subsequent research project LPEGLabel by the authors of LPEG? In the paper about it they show a significant increase in...
Hello. It would be very good,if you will add a new param to gsub function,which allow to me number of replacements,which i want to have in line. in python regexp...
Hi, I'm trying to install LuLPeg with `Lua 5.3` and I getting the error next: ./make.sh lua: ./init.lua:41: attempt to call a nil value (global 'map') stack traceback: ./init.lua:41: in...
`sudo -H luarocks install lulpeg`: ```make Installing https://luarocks.org/lulpeg-0.1.0-1.src.rock scripts/make.sh sh: scripts/make.sh: Permission denied Error: Build error: Failed building. ```
Currently Lpeg 0.12 is emulated. 1.0 has been released (mostly bug fixes)
Hello, I tested [leg](https://github.com/tst2005/leg/tree/fix), made to be use with LPeg. All tests passed with : - lua 5.1 + LPeg - lua 5.1 + LuLPeg - luajit(5.1) + LPeg -...
[dump_core.txt](https://github.com/user-attachments/files/17969219/dump_core.txt) [dump_core.moon.txt](https://github.com/user-attachments/files/17969221/dump_core.moon.txt) ``` syncronous_get = http({ poluchitKontentFaila = function(self, put, segmn) put = put:gsub("[/|\\]", "/") do local kontent = self.kontentfaily[put] if kontent then return kontent end ``` Unexpected import behavior...