xyzzy-022 / xyzzy

xyzzy 0.2.2 系列。有志により開発が継続中です。
http://xyzzy-022.github.com
MIT License
192 stars 43 forks source link

ashの返す値がおかしい #422

Open coffee-p opened 10 years ago

coffee-p commented 10 years ago

arithmatic-shift-rightの返す値が64ビット周期になっている。 (ash 64 -64) => 64 clisp では正しく (ash 64 -64) => 0 となっていることを確認しました。