parser

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(file string) (*script.Document, []error)

Parse method parse given file and return document struct and slice with errors

Types

type EntityType

type EntityType uint8
const (
	ENT_TYPE_UNKNOWN  EntityType = 0
	ENT_TYPE_METHOD   EntityType = 1
	ENT_TYPE_VARIABLE EntityType = 2
	ENT_TYPE_CONSTANT EntityType = 3
)

Jump to

Keyboard shortcuts

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