Releases: notozeki/rubic
Releases · notozeki/rubic
v0.3.0
- Major improvement of support of numbers
- Support binary, octal and hexadecimal number literals (e.g.
#b0100
,#o755
,#xff0e
), also support exactness marker like:#i3 ; => 3.0
- Support (most of) standard procedures for numbers defined by R5RS
- You can find which procedures can be used in lib/builtin/number.rb
- Support binary, octal and hexadecimal number literals (e.g.