JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Choose.h
Go to the documentation of this file.
1 //
2 // Created by Nico on 21/02/2019.
3 //
4 
5 #ifndef JODA_CHOOSE_H
6 #define JODA_CHOOSE_H
7 
8 #include "../../../../../../../extern/PEGTL/include/tao/pegtl.hpp"
9 
11 
12 /*
13  * Forward Declaration Actions
14  */
15 template <typename Rule>
16 struct chooseExpAction : tao::pegtl::nothing<Rule> {};
17 
18 /*
19  * Keywords
20  */
21 #ifndef __CLION_IDE__ // Prevent lag from expanding all macros
22 struct chooseKW : TAOCPP_PEGTL_KEYWORD("CHOOSE") {};
23 #endif
24 
25 } // namespace joda::queryparsing::grammar
26 
27 #endif // JODA_CHOOSE_H