finally made some functions specific to abstracting tmos bracketed code. looking to streamline and simplify the project with these new functions, including removing external dependencies
- update balancedRx1 or balancedRxAll functions
- support more than just default {}, but also "", and '' - so be able to specify what to balance match
- set default preface, something like "\n up to first balance match"
Use above updates to remove;
- digBrackets function/use on deepParse.ts line 742
- refactor main parent object abstraction process to remove all the balanced-match uses
finally made some functions specific to abstracting tmos bracketed code. looking to streamline and simplify the project with these new functions, including removing external dependencies
Use above updates to remove;