ecoli_node_any - Man Page

Name

ecoli_node_any — Any node

— A node that matches any single token.  

Synopsis

Functions

struct ec_node * ec_node_any (const char *id, const char *attr)

Detailed Description

A node that matches any single token.

Configuration Schema

schema any {
    string attr  {
        description "The optional attribute name to attach.";
    }
}

Function Documentation

struct ec_node * ec_node_any (const char * id, const char * attr)

Create a "any" node.

This node always matches 1 string in the vector. An optional strvec attribute can be checked too. These attributes are usually set by a lexer node.

Parameters

id The node identifier.
attr The strvec attribute to match, or NULL.

Returns

The ecoli node.

Author

Generated automatically by Doxygen for Libecoli from the source code.

Referenced By

The man page ec_node_any(3) is an alias of ecoli_node_any(3).

Version 0.11.3 Libecoli