hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

Can't read complex numbers like 1@1/3 #280

Open hyln9 opened 10 years ago

hyln9 commented 10 years ago

Ikarus can't parse complex numbers on polar form when the angle is a non-trivial rational:

Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1870, build 2010-11-07) Copyright (c) 2006-2009 Abdulaziz Ghuloum

1@1/3 Unhandled exception Condition components:

  1. &lexical
  2. &message: "invalid numeric sequence"
  3. &irritants: ("1@1/3\n")
  4. &source-position: file-name: stdin character: 5

Launchpad Details: #LP863695 Göran Weinholt - 2011-09-30 17:57:43 -0400