Skip to content

Commit

Permalink
Lpeg is now part of LuaFAR (no need for lpeg.dll)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Oct 9, 2024
1 parent 78a9252 commit cb6b3a2
Show file tree
Hide file tree
Showing 21 changed files with 4,514 additions and 6 deletions.
50 changes: 50 additions & 0 deletions enc/enc_lua/luafar_manual.tsi
Original file line number Diff line number Diff line change
Expand Up @@ -11593,6 +11593,19 @@ mtime=3887368189
</article>
</node>
<node>
id=593
lv=1
dt=Text
nm=lpeg
ctime=3937670947
mtime=3937670954
<article>
#_<markdown>
#_See the documentation [here](https://www.inf.puc-rio.br/~roberto/lpeg/).
#_
</article>
</node>
<node>
id=524
lv=0
dt=Text
Expand Down Expand Up @@ -12836,6 +12849,43 @@ mtime=3776336416
</article>
</node>
<node>
id=592
lv=1
dt=Text
nm=LPeg
ctime=3937670870
mtime=3937670904
<article>
#_Home page: https://www.inf.puc-rio.br/~roberto/lpeg/
#_
#_License
#_
#_Copyright © 2007-2023 Lua.org, PUC-Rio.
#_
#_Permission is hereby granted, free of charge, to any person
#_obtaining a copy of this software and associated documentation
#_files (the "Software"), to deal in the Software without
#_restriction, including without limitation the rights to use,
#_copy, modify, merge, publish, distribute, sublicense, and/or
#_sell copies of the Software, and to permit persons to whom the
#_Software is furnished to do so, subject to the following
#_conditions:
#_
#_The above copyright notice and this permission notice shall be
#_included in all copies or substantial portions of the Software.
#_
#_THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
#_EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
#_OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
#_NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
#_HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
#_WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
#_FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
#_OTHER DEALINGS IN THE SOFTWARE.
#_
</article>
</node>
<node>
id=550
lv=0
dt=Text
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/_globalinfo.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function export.GetGlobalInfo()
return {
Version = { 3, 0, 0, 852 },
Version = { 3, 0, 0, 853 },
MinFarVersion = { 3, 0, 0, 6327 },
Guid = win.Uuid("4EBBEFC8-2084-4B7F-94C0-692CE136894D"),
Title = "LuaMacro",
Expand Down
4 changes: 4 additions & 0 deletions plugins/luamacro/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
shmuel 2024-10-09 17:41:49+03:00 - build 853

1. Lpeg is now part of LuaFAR (no need for lpeg.dll).

shmuel 2024-10-03 22:53:54+03:00 - build 852

1. LuaFAR: refactoring.
Expand Down
4 changes: 4 additions & 0 deletions plugins/luamacro/luafar/LPeg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# LPeg - Parsing Expression Grammars For Lua

For more information,
see [Lpeg](//www.inf.puc-rio.br/~roberto/lpeg/).
Loading

0 comments on commit cb6b3a2

Please sign in to comment.