From: Timothy J. H. <tim...@us...> - 2002-04-13 15:56:11
|
Update of /cvsroot/jscheme/jscheme/src/jscheme In directory usw-pr-cvs1:/tmp/cvs-serv25904/jscheme Modified Files: SchemeTests.scm Log Message: modified parser/printer so bytes, shorts, floats can be specified with b,s,f suffixes resp. Also, bytes,shorts,longs, and floats are now printed with a B,S,L,F respectively to indicate the value type Also, removed automatic type widenning/narrowing for numeric types as it complicates the dynamic method lookup |