Tenncor
Public Attributes | List of all members
opt::RulesContext Struct Referencefinal

Global statements shared between all rule statements. More...

#include <parse.hpp>

Public Attributes

std::unordered_set< std::string > symbols_
 Set of declared ANY typed rule node id. More...
 
std::unordered_map< std::string, std::unordered_set< std::string > > properties_
 Map functor/group label to set of associated properties. More...
 

Detailed Description

Global statements shared between all rule statements.

Member Data Documentation

◆ properties_

std::unordered_map<std::string, std::unordered_set<std::string> > opt::RulesContext::properties_

Map functor/group label to set of associated properties.

◆ symbols_

std::unordered_set<std::string> opt::RulesContext::symbols_

Set of declared ANY typed rule node id.


The documentation for this struct was generated from the following file: