File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ luarocks install mods
5151| [ ` keyword ` ] | Lua keyword helpers for reserved-word checks. |
5252| [ ` List ` ] | Python-style list helpers for mapping, filtering, and slicing. |
5353| [ ` operator ` ] | Operator helpers as functions. |
54+ | [ ` repr ` ] | Readable Lua value rendering with deterministic table ordering. |
5455| [ ` Set ` ] | Set operations and helpers for unique values. |
5556| [ ` str ` ] | String utility helpers modeled after Python's ` str ` . |
5657| [ ` stringcase ` ] | String case conversion helpers. |
@@ -76,6 +77,7 @@ Thanks to these Lua ecosystem projects:
7677[ `keyword` ] : https://luamod.github.io/mods/modules/keyword
7778[ `List` ] : https://luamod.github.io/mods/modules/list
7879[ `operator` ] : https://luamod.github.io/mods/modules/operator
80+ [ `repr` ] : https://luamod.github.io/mods/modules/repr
7981[ `Set` ] : https://luamod.github.io/mods/modules/set
8082[ `str` ] : https://luamod.github.io/mods/modules/str
8183[ `stringcase` ] : https://luamod.github.io/mods/modules/stringcase
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ description: Overview of available Mods modules and their purpose.
1111| [ ` keyword ` ] ( /modules/keyword ) | Lua keyword helpers for reserved-word checks. |
1212| [ ` List ` ] ( /modules/list ) | Python-style list helpers for mapping, filtering, and slicing. |
1313| [ ` operator ` ] ( /modules/operator ) | Operator helpers as functions. |
14+ | [ ` repr ` ] ( /modules/repr ) | Readable Lua value rendering with deterministic table ordering. |
1415| [ ` Set ` ] ( /modules/set ) | Set operations and helpers for unique values. |
1516| [ ` str ` ] ( /modules/str ) | String utility helpers modeled after Python's ` str ` . |
1617| [ ` stringcase ` ] ( /modules/stringcase ) | String case conversion helpers. |
You can’t perform that action at this time.
0 commit comments