moa

package module
v0.0.0-...-66342f7 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2025 License: MIT Imports: 4 Imported by: 0

README

moa

moa is an expression language and superset of JSON.

Contributing

Contributions are welcome, see CONTRIBUTING.md for more details.

Project License

You can view this projects license in LICENSE.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Evaluate

func Evaluate(expr ast.Expr, env value.Value) (value.Value, error)

func Parse

func Parse(input string, options ...parser.Option) (ast.Expr, error)

func ParseTemplate

func ParseTemplate(input string) (ast.Expr, error)

Types

type Position

type Position interface {
	Offset() int64
	Length() int64
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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