LALR Parsing Table

Calculate LALR(1) automaton (merged from LR(1) states) and parsing table for your context-free grammar.
Important: Insert also the additional production S' -> S

If you need the epsilon symbol, use `ε` or `epsilon`.