Skip to content

Commit 9f0a48a

Browse files
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

.github/linters/.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
skip = ./.github/linters
3-
ignore-words-list = afterall
3+
ignore-words-list = afterall,simpy

src/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)