changed atom_t to stix_liw_t and made related changes.
introduced #liword to the compiler
This commit is contained in:
@ -115,18 +115,18 @@
|
||||
{
|
||||
}
|
||||
|
||||
## #class(#halfword) LargeInteger(Number)
|
||||
#class(#word) LargeInteger(Number)
|
||||
#class(#halfword) LargeInteger(Number)
|
||||
## #class(#word) LargeInteger(Number)
|
||||
{
|
||||
}
|
||||
|
||||
## #class(#halfword) LargePositiveInteger(LargeInteger)
|
||||
#class(#word) LargePositiveInteger(LargeInteger)
|
||||
#class(#halfword) LargePositiveInteger(LargeInteger)
|
||||
## #class(#word) LargePositiveInteger(LargeInteger)
|
||||
{
|
||||
}
|
||||
|
||||
## #class(#halfword) LargeNegativeInteger(LargeInteger)
|
||||
#class(#word) LargeNegativeInteger(LargeInteger)
|
||||
#class(#halfword) LargeNegativeInteger(LargeInteger)
|
||||
## #class(#word) LargeNegativeInteger(LargeInteger)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -266,6 +266,9 @@ PROCESS TESTING
|
||||
##(-16rFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF * 1) dump.
|
||||
##((-2305843009213693952 * -1) - 1 + 2) dump.
|
||||
((-2305843009213693952 * -2305843009213693952 * 2305843009213693952 * 2305843009213693952 * 2305843009213693952) - 1 + 2) dump.
|
||||
|
||||
(2r111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 * 128971234897128931) dump.
|
||||
|
||||
"
|
||||
FFI isNil dump.
|
||||
FFI notNil dump.
|
||||
|
Reference in New Issue
Block a user