@@ -45,19 +45,20 @@ luarocks install mods
4545
4646<!-- Keep this section in sync with docs/modules/index.md. -->
4747
48- | Module | Description |
49- | -------------- | -------------------------------------------------------------- |
50- | [ ` is ` ] | Type predicates for Lua values and filesystem path kinds. |
51- | [ ` keyword ` ] | Lua keyword helpers for reserved-word checks. |
52- | [ ` List ` ] | Python-style list helpers for mapping, filtering, and slicing. |
53- | [ ` operator ` ] | Operator helpers as functions. |
54- | [ ` Set ` ] | Set operations and helpers for unique values. |
55- | [ ` str ` ] | String utility helpers modeled after Python's ` str ` . |
56- | [ ` stringcase ` ] | String case conversion helpers. |
57- | [ ` tbl ` ] | Utility functions for plain Lua tables. |
58- | [ ` template ` ] | Simple template rendering with value replacement. |
59- | [ ` utils ` ] | Common utility helpers. |
60- | [ ` validate ` ] | Validation helpers for Lua values. |
48+ | Module | Description |
49+ | -------------- | --------------------------------------------------------------- |
50+ | [ ` is ` ] | Type predicates for Lua values and filesystem path kinds. |
51+ | [ ` keyword ` ] | Lua keyword helpers for reserved-word checks. |
52+ | [ ` List ` ] | Python-style list helpers for mapping, filtering, and slicing. |
53+ | [ ` operator ` ] | Operator helpers as functions. |
54+ | [ ` repr ` ] | Readable Lua value rendering with deterministic table ordering. |
55+ | [ ` Set ` ] | Set operations and helpers for unique values. |
56+ | [ ` str ` ] | String utility helpers modeled after Python's ` str ` . |
57+ | [ ` stringcase ` ] | String case conversion helpers. |
58+ | [ ` tbl ` ] | Utility functions for plain Lua tables. |
59+ | [ ` template ` ] | Simple template rendering with value replacement. |
60+ | [ ` utils ` ] | Common utility helpers. |
61+ | [ ` validate ` ] | Validation helpers for Lua values. |
6162
6263> [ !NOTE]
6364>
@@ -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
0 commit comments