Dennis Ig

Results 3 issues of 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)` ![image](https://user-images.githubusercontent.com/3446794/162451948-500430d5-183b-4c8b-9aed-1004f152135a.png) 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....