From: Timothy H. <tim...@ma...> - 2004-05-27 03:23:19
|
I checked in a fix to the build error, it should build without problems now... I had modified the InputPort.java to throw an error when it encountered a malformed octal number (e.g. 018), but it was also objecting to 0l 0d 0f etc. which appear in SchemeTests.scm. The last CVS check in fixed that. The next thing to do is to modify the "Scheme mode" reader so that it accepts 00018 as just 18 which is what Jonathan Rees was asking for. This will allow the user to switch the reader mode to read java-style literals or RNRS-literals. ---Tim--- |