* refactor: generic rename to mysql * refactor: g4 with mysql syntax * test: mysql syntax * refactor: remove useless keywords * refactor: remove nonReserved keywords * refactor: lint specificFunction --------- Co-authored-by: liuyi <liuyi@dtstack.com>
This commit is contained in:
@ -64,7 +64,7 @@ function main() {
|
||||
compile(language);
|
||||
});
|
||||
} else if (argv.lang) {
|
||||
// compile single: yarn antlr4 --lang=generic
|
||||
// compile single: yarn antlr4 --lang=mysql
|
||||
const supportedLanguage = languageEntries.some((language) => language === argv.lang);
|
||||
if (supportedLanguage) {
|
||||
compile(argv.lang);
|
||||
|
Reference in New Issue
Block a user