frontend

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2025 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompilationUnit

type CompilationUnit struct {
	FilePath string
	AST      ast.Source
	Symbols  *symbol.Table
}

type Frontend

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

func NewFrontend

func NewFrontend(config interfaces.ProjectConfig, projectRoot string, stdlib embed.FS, embedded embed.FS) *Frontend

func (*Frontend) Compile

func (f *Frontend) Compile() []error

func (*Frontend) Parse

func (f *Frontend) Parse(filePath string) error

Jump to

Keyboard shortcuts

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