inox_ns

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NAMESPACE_NAME = "inox"
)

Variables

Functions

func GetCheckData

func GetCheckData(fpath string, compilationCtx *core.Context, out io.Writer) map[string]any

GetCheckData returns a map that can be safely marshaled to JSON, the data has the following structure:

{
	parsingErrors: [ ..., {text: <string>, location: <parse.SourcePosition>}, ... ]
	staticCheckErrors: [ ..., {text: <string>, location: <parse.SourcePosition>}, ... ]
	symbolicCheckErrors: [ ..., {text: <string>, location: <parse.SourcePosition>}, ... ]
}

func NewInoxNamespace

func NewInoxNamespace() *core.Namespace

Types

This section is empty.

Jump to

Keyboard shortcuts

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