aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/antlr4/pipeline.h
blob: 75fd2e5ba2c185f9f727d7353dda66a4dd706a1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

namespace NSQLComplete {

    template <class Lexer, class Parser>
    struct TAntlrGrammar {
        using TLexer = Lexer;
        using TParser = Parser;

        TAntlrGrammar() = delete;
    };

} // namespace NSQLComplete