minimal example for parser with bison
minimal_grammar.y contains a grammar description that causes shift/reduce errors.
minimal_grammar_corrected.y contains a description that gets rid of the ambiguity. Correction based on this answer: https://stackoverflow.com/a/52299386/1169220
make exe
minimal.exe <input_file_name>