|
Libecoli 0.11.1
Extensible COmmand LIne library
|
A node that matches any single token. More...
Functions | |
| struct ec_node * | ec_node_any (const char *id, const char *attr) |
A node that matches any single token.
Configuration Schema
| 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.
| id | The node identifier. |
| attr | The strvec attribute to match, or NULL. |