Commit 9f0a48a
committed
Refactor Lua conversion functions and add new parsing capabilities
- Improved string escaping in ConvertTo-LuaTable for better handling of special characters.
- Enhanced depth warning messages for better clarity.
- Simplified parameter passing in ConvertTo-LuaTable calls.
- Updated ConvertFrom-Lua to use array syntax for output.
- Refactored ConvertTo-Lua to improve readability and maintainability.
- Removed obsolete header and manifest files.
- Updated tests for better clarity and consistency.
- Added new Lua parsing functions: Read-LuaHexFloat, Read-LuaMultiLineString, Read-LuaNumber, Read-LuaString, Read-LuaTable, Read-LuaValue, and Skip-LuaWhitespace for comprehensive Lua support.
- Adjusted data files to conform to new structure and formatting.1 parent 00ae38d commit 9f0a48a
21 files changed
Lines changed: 760 additions & 609 deletions
File tree
- .github/linters
- src
- functions
- private
- public/Lua
- tests
- data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
This file was deleted.
0 commit comments