largeint

package
v0.0.0-...-2753795 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2026 License: BSD-3-Clause Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL