parser

package
v0.3.19 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	Stack  *base.MemoryStack // Global MemoryStack on WebLang VM
	Server *server.Server    // Global server object
}

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