jqx

package module
v0.0.0-...-9228422 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2025 License: GPL-3.0 Imports: 21 Imported by: 1

README

go-jqx

go install github.com/myaaaaaaaaa/go-jqx/jqx@latest
go install github.com/myaaaaaaaaa/go-jqx/jqedit@latest

Special Thanks

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FanOut

type FanOut func(any) iter.Seq[any]

type Program

type Program struct {
	Args []string

	Open  func(string) (fs.File, error)
	Find  func(string) fs.FS
	OutFS fs.FS

	Stdin   io.Reader
	Println func(string)

	StdinIsTerminal  bool
	StdoutIsTerminal bool
}

func (*Program) Main

func (p *Program) Main() (rtErr error)

type State

type State struct {
	Files   map[string]any
	Globals map[string]any
}

func (*State) Compile

func (s *State) Compile(code constString) FanOut

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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