Justin Ethier
e7725a2a36
Issue #519 - Fix fxlength
2024-01-08 19:00:39 -08:00
Jeronimo Pellegrini
b60bfc266b
SRFI 143: fx-{width,least,greatest} are not procedures
...
In the SRFI text, these are constants:
fx-width
fx-greatest
fx-least
But they were implemented as procedures in Cyclone.
This patch changes that, so they now are implemented
as constants.
2023-03-04 06:53:53 -03:00
Justin Ethier
fa58b9d538
fxbit-set?
properly handles negative i
2021-08-08 21:47:31 -04:00
Justin Ethier
9643d8742b
Cleanup
2017-08-08 18:09:54 -04:00
Justin Ethier
cb2e2a7e59
Fixup header comment
2017-08-08 16:58:31 +00:00
Justin Ethier
1028fc566a
WIP
2017-08-08 16:57:02 +00:00
Justin Ethier
444f27a8a6
Added additional defs from ref impl
2017-08-08 15:33:21 +00:00
Justin Ethier
be11ed674f
Added bit-set
2017-08-08 15:27:23 +00:00
Justin Ethier
a247ba03ad
Check for divide by zero
2017-08-08 15:09:37 +00:00
Justin Ethier
a6d2cc0b7a
Added TODO
2017-08-08 13:54:15 +00:00
Justin Ethier
0cb8f0f591
Added fxif
2017-08-08 13:51:16 +00:00
Justin Ethier
1a3f60711f
Added fxarithmetic-shift
2017-08-08 13:19:38 +00:00
Justin Ethier
390192db2a
Added shifts
2017-08-08 13:17:09 +00:00
Justin Ethier
5b5e88a61a
Adding bitwise ops
2017-08-08 13:05:17 +00:00
Justin Ethier
c46f3991d3
WIP
2017-08-08 12:52:44 +00:00
Justin Ethier
64b1afa5e2
WIP
2017-08-07 18:51:59 -04:00
Justin Ethier
59fc9ebba3
Added TODO
2017-08-07 17:41:32 +00:00
Justin Ethier
c45aa16b30
Issue #209 - Starting SRFI 143
2017-08-07 16:37:51 +00:00
Justin Ethier
78c253e1c3
Issue #185 - Allow export of another lib's export
2017-03-20 17:01:25 +00:00
Justin Ethier
53ed84b765
Adding a stub for this SRFI
2017-02-21 15:27:36 +00:00