bytecode

package
v0.8.6 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Weblang bytecode main package

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByteCode added in v0.3.0

type ByteCode struct {
	Header       *class.ClassHeader               // Class header struct pointer
	ClassMethods []*method.ClassMethod            // Array of all class methods
	Attribute    []*attribute.Attribute           // Attribute array
	Instructions []*instructionset.InstructionSet // Instructions array
}

Weblang bytecode struct for use in Weblang VM

Directories

Path Synopsis
Class struct of Weblang bytecode
Class struct of Weblang bytecode
attribute
Class attributes struct of Weblang bytcode
Class attributes struct of Weblang bytcode
Weblang bytecode generator package
Weblang bytecode generator package
Instuctionset struct of Weblang bytecode files
Instuctionset struct of Weblang bytecode files
bytcode loader package
bytcode loader package

Jump to

Keyboard shortcuts

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