Dennis Ig
Dennis Ig
Small thing but anyway. I'm encounter that number of plugis in instruction .../lewagon/data-setup/blob/master/WINDOWS.md different from in the dotfile .../dotfiles/blob/master/zshrc `plugins=(git gitfast last-working-dir common-aliases zsh-syntax-highlighting history-substring-search pyenv)`  To avoid probable...
in sqlgrammar.jj I was this piece of code ` PARSER_BEGIN(SQLParser) package com.granveaud.mysql2h2converter.parser; import java.util.*; import java.io.*; import com.granveaud.mysql2h2converter.sql.*; public class SQLParser { } PARSER_END(SQLParser) ` but there isn't any SQLParser.java....