This commit is contained in:
2026-01-16 20:55:57 -06:00
parent b46406f755
commit ce7d83ec91
9 changed files with 48 additions and 246 deletions

View File

@@ -1,7 +1,5 @@
// Simple TOML parser for cell modules
// Supports basic TOML features needed for the module system
//
// Avoids regex .replace(/.../g, ...) so no global-regex state issues.
function toml_unescape(s) {
if (!is_text(s)) return null