The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Config-AST Config"

Config::AST - abstract syntax tree for configuration files River stage one • 3 direct dependents • 4 total dependents

This module aims to provide a generalized implementation of parse tree for various configuration files. It does not implement parser for any existing configuration file format. Instead, it provides an API that can be used by parsers to build internal...

SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC

Config::AST::Node - generic configuration syntax tree node River stage one • 3 direct dependents • 4 total dependents

This is an abstract class representing a node in the configuration parse tree. A node can be either a non-leaf node, representing a *section*, or a leaf node, representing a *simple statement*....

SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC

Config::AST::Root - root of the abstract syntax tree River stage one • 3 direct dependents • 4 total dependents

An auxiliary class representing the root of the abstract syntax tree. It is necessary because the tree itself forms a circular structure (due to the root attribute of Config::AST::Node::Section). Without this intermediate class (if root pointed to Co...

SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC

Config::AST::Follow - direct addressing engine River stage one • 3 direct dependents • 4 total dependents

This class implements direct node addressing in Config::AST. Objects of this class are created as $obj = Config::AST::Follow->new($node, $lexicon) where $node is the start node, and $lexicon is the lexicon corresponding to that node. A Config::AST::F...

SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC

Config::AST::Node::Null - a null node River stage one • 3 direct dependents • 4 total dependents

Implements null node - a node returned by direct retrieval if the requested node is not present in the tree. In boolean context, null nodes evaluate to false....

SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC

Config::AST::Node::Value - simple statement node River stage one • 3 direct dependents • 4 total dependents

Implements a simple statement node. Simple statement is always associated with a value, hence the class name....

SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC

Config::AST::Node::Section - Configuration section node. River stage one • 3 direct dependents • 4 total dependents

Nodes of this class represent configuration sections in the AST....

SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC
7 results (0.019 seconds)