Welcome to IParseQuick, a fast parsing method. Features: Escape characters (' " ' and ' ( ' ) A fully functional multi-parameter parser An optimized parser A full-fledged terminal, complete with statuses and parsing time;
Inspired by Ancoder's "Parser," especially the timer. You don't need to give credit to me, but I would appreciate it if you would notify me if you are using it and send me the links to the projects (you can advertise/promote projects that use this in the comments) that use this software. If you have any questions about it/how it works, please let me know. I'll leave some comments inside to explain! Update: As of Thursday, 08-12-2021, escape characters are supported and should be used when necessary. NOTE: Integers are accepted. --Documentation-- Variable "line" - String to parse List "parsed" - Stores parsed values and name (as of version 1.3, it is recommended to use the "get parsed value ()" and "get parsed name" functions, respectively) Variable "variable" - Temporary Storage Variable "parser" - Enumerator variable Function "parse" - Function that does the parsing New in version 1.3" Function "get parsed value ()" - returns parsed value corresponding to the number given Function "get parsed name" - gets name of function/object that comes before values Variable "Return" - Value from function (see "get parsed value ()" and "get parsed name") --End documentation--