Skip to content

light0x00/parser-generator

Repository files navigation

Build Status codecov CodeFactor License: MIT Conventional Commits a

To generate and visualize the First-Set,Follow-Set,Automata,Parsing-Table: ➡️ Try Online.

It implements almost all the algorithms introuduced in the chapter relevant to grammar analysis in《Compilers Principles》, and combine them as a completed parser generator tool.

The following repositories can serve as the usage references. They all used this tool to generate LR parsing table and LR analysis program.