package
0.0.0-20250210100259-db1763c83ee8
Repository: https://github.com/cloudnativeai/modctl.git
Documentation: pkg.go.dev

# Functions

NewNode creates a new node of the AST with the value, start line, and end line.
NewRootNode creates a new root node of the AST.
Parse parses the modelfile and returns the root node of the AST, and the root node is the entry point of the AST.

# Interfaces

Node is the interface for the AST node.