SLR(1) Parser Generator. Grammar to NFA, DFA, Table
Overview
Given a grammar in (limited) EBNF, this tool will draw the NFA and DFA used in producing a SLR(1) parser. It also generates the SLR(1) parse table in two formats: a table for people, and a JSON matrix for accommodating our robot overlords.