I Substantially Reworked ParseJS
Calin Baenen

Calin Baenen @calinzbaenen

About: I'm Calin Baenen – AKA KattyTheEnby – a programmer born October 30th, 2006. I love programming, it has been my passion since I was a kid, and will forever be my passion.

Joined:
Nov 6, 2020

I Substantially Reworked ParseJS

Publish Date: May 30 '23
0 0

Apparently ParseJS was not built so great and did not work as I intended, or had recalled.
I went back and redid it; in the process, I removed eleven lines ov code and improved the clarity (for myself, at least) quite a bit.

Also, the behavior ov the parse_string function has changed slightly; instead ov returning an empty array if there are no tokens, it continues how it would if there were tokens, meaning that if includeUnknownChars, formerly iukwc (for "include uknown key*word **c*haracters"), is true, parse_string will return an array with all the characters ov str split.

Comments 0 total

    Add comment