Om
lexicon_operation.hpp
Go to the documentation of this file.
1 
28 #ifndef Om_Language_Operation_LexiconOperation_
29 
30  #define Om_Language_Operation_LexiconOperation_ \
31  Om::Language::Operation::LexiconOperation
32 
33  #include "om/language/lexicon.hpp"
35  #include "om/language/system.hpp"
36 
37 namespace Om {
38 
39  namespace Language {
40 
41  namespace Operation {
42 
48 
49  namespace {
50 
51  static System::Definition<LexiconOperation> const theLexiconDefinition;
52 
53  }
54 
55  }
56 
57  }
58 
59 }
60 
61 #endif
An Operation that normalizes a Program to a specific type.
An inserter of an Operation into the static System instance.
Definition: system.hpp:129
Om header file.
ProgramOperation< Lexicon > LexiconOperation
The lexicon operation implementation.
The Om library.
Definition: code_point.hpp:26
Om header file.
Om header file.