From: Ken A. <kan...@bb...> - 2003-03-18 17:32:56
|
This was my problem. i entered a string with "\\"" in it then the reader got confused. Maybe we need to make it more robust or have a way to reseet it. At 11:41 AM 3/18/2003 -0500, Ken Anderson wrote: >I'm trying to make strings that are regular expressions: > >> "[NSEW]" >"(\\d+)\"\n\"" >> "[NSEW]" >> "[NSEW]" >"\"\n\"" >> "[NSEW]" >> "[-.]" >"\"\n\"" >> Javadot WARNING: Can't find class - >SchemeException:[[ERROR: undefined variable "-."""]] > at jsint.E.error(E.java:14) > at jsint.E.error(E.java:19) > at jsint.DynamicEnvironment.getValue(DynamicEnvironment.java:102) > at jsint.DynamicVariable.getDynamicValue(DynamicVariable.java:13) > at jsint.Scheme.execute(Scheme.java:498) > at jsint.Scheme.eval(Scheme.java:425) > at jsint.Scheme.eval(Scheme.java:414) > at jsint.Scheme.readEvalWriteLoop(Scheme.java:208) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > > >------------------------------------------------------- >This SF.net email is sponsored by: Does your code think in ink? >You could win a Tablet PC. Get a free Tablet PC hat just for playing. >What are you waiting for? >http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >_______________________________________________ >Jscheme-user mailing list >Jsc...@li... >https://lists.sourceforge.net/lists/listinfo/jscheme-user |