newLISP Fan Club

Forum => Anything else we might add? => Topic started by: Dmi on April 15, 2006, 02:57:56 PM

Title: (parse) in newlisp mode
Post by: Dmi on April 15, 2006, 02:57:56 PM
> (parse ""abc")
string token too long in function parse : "abcd1Pt08"

I have a suspection that when using internal parser, there is no range range checking for an input string.

Possible this could be dangerous...
Title:
Post by: Lutz on April 15, 2006, 07:02:39 PM
Parsing stops after the end of the string (4 chars in your example). This is a display problem, how the error gets reported and will be corrected.



Lutz