parser

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: 11 Imported by: 0

Documentation

Overview

Weblang language parser

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	Memory    *base.MemoryMap // Global MemoryMap on WebLang VM
	Server    *server.Server  // Global server object
	Namespace string          // class namespace (can be empty)
	// contains filtered or unexported fields
}

Weblang language syntax parser

func (*Parser) Parse

func (parser *Parser) Parse(sourceCode string, sourceFileName string, byteCodeFileName string) error

Parse from source code or bytecode and append result to class map

Jump to

Keyboard shortcuts

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