Re: YAML Libraries

2020-01-21 Thread Trevor DeVore via use-livecode
On Tue, Jan 21, 2020 at 11:06 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor, I'm curious what the significance is in using /** as the begin > comment indicator? Is it something you use internally? The comment syntax I use before a handler is the documentation

Re: YAML Libraries

2020-01-21 Thread Bob Sneidar via use-livecode
Trevor, I'm curious what the significance is in using /** as the begin comment indicator? Is it something you use internally? Bob S > On Jan 19, 2020, at 06:45 , Trevor DeVore via use-livecode > wrote: > > /** ___ use-livecode mailing list

Re: YAML Libraries

2020-01-19 Thread Trevor DeVore via use-livecode
On Fri, Jan 17, 2020 at 2:19 PM Sannyasin Brahmanathaswami via use-livecode wrote: > I found the handler > > ## Monte's YAMLToArray command > constant kMultiLineModeNone = 0 > constant kMultiLineModeLiteral = 1 > constant kMultiLineModeFolded = 2 > > command YAMLToArray pYaml > > [snip] in the

Re: YAML Libraries

2020-01-17 Thread Sannyasin Brahmanathaswami via use-livecode
I found the handler ## Monte's YAMLToArray command constant kMultiLineModeNone = 0 constant kMultiLineModeLiteral = 1 constant kMultiLineModeFolded = 2 command YAMLToArray pYaml [snip] in the levure initialization behavior. I think that's it. There is no "ArrayToYaml" but that is not needed.