Dr. Meow

Results 3 comments of Dr. Meow

Yup, page-specific tables of contents for the function docs would do it. Yes, with a TOC up top, it would be nice to have the subsections as in the sass:math...

more information var i5 = `create door with inscription "user beware: \\"temet nosce meow\\""`; var o5 = splitargs(i5); console.log(o5) returns [ 'create', 'door', 'with', 'inscription', 'user beware: \\\\temet', 'nosce', 'meow\\\\'...

I thought about it some more and I think it may be best to use https://pegjs.org/ for this. Take a look at this line in a peg based JSON parser:...