| 61 | } // namespace |
| 62 | |
| 63 | CompilerLibrary ComprehensionsV2CompilerLibrary() { |
| 64 | return CompilerLibrary("cel.lib.ext.comprev2", &ConfigureParser, |
| 65 | &AddComprehensionsV2Functions); |
| 66 | } |
| 67 | |
| 68 | CheckerLibrary ComprehensionsV2CheckerLibrary() { |
| 69 | return CheckerLibrary{"cel.lib.ext.comprev2", &AddComprehensionsV2Functions}; |