parser

package
v0.0.0-...-f3fd3fd Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Parser package

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanSlice

func CleanSlice(input []string) []string

Types

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

Parser

func NewParser

func NewParser(tokens []token.Token) Parser

Create new parser

func (*Parser) Parse

func (p *Parser) Parse() *ast.StageNode

Parse the token provided during init Return the root stage node of the ast

Jump to

Keyboard shortcuts

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