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. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Evaluate(expr ast.Expr, env value.Value) (value.Value, error) func Parse(input string, options ...parser.Option) (ast.Expr, error) func ParseTemplate(input string) (ast.Expr, error) type Position 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 } Source Files ¶ View all Source files moa.go Directories ¶ Show internal Expand all Path Synopsis ast internal eval lexer parser stdlib value Click to show internal directories. Click to hide internal directories.