Documentation
¶
Overview ¶
Package largeint implements the LargeIntegers plugin for the SqueakVM. Ported from the JavaScript LargeIntegersPlugin (VMMaker-bf.353).
Internally all arithmetic is delegated to math/big.Int; values are marshalled to/from Squeak's little-endian magnitude + sign-class format at the VM boundary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LargeIntPlugin ¶
type LargeIntPlugin struct{}
LargeIntPlugin implements vm.Plugin for the "LargeIntegers" module.
func (*LargeIntPlugin) Name ¶
func (p *LargeIntPlugin) Name() string
func (*LargeIntPlugin) Primitives ¶
func (p *LargeIntPlugin) Primitives() map[string]vm.PrimitiveFunc
Click to show internal directories.
Click to hide internal directories.