fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/hashicorp/hil | |
github.com/hashicorp/hil/ast | |
github.com/purpleidea/mgmt/lang/ast | Package ast contains the structs implementing and some utility functions for interacting with the abstract syntax tree for the mcl language. |
github.com/purpleidea/mgmt/lang/funcs | Package funcs provides a framework for functions that change over time. |
github.com/purpleidea/mgmt/lang/funcs/operators | Package operators provides a helper library to load all of the built-in operators, which are actually just functions. |
github.com/purpleidea/mgmt/lang/interfaces | Package interfaces contains the common interfaces used in the mcl language. |
github.com/purpleidea/mgmt/util/errwrap | Package errwrap contains some error helpers. |