Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 206 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 206 Bytes

SetGenerator

Summary

This application generates an LR1 parse table from a provided grammar.

Building

g++ -o set_generator -std=c++17 main.cpp

Running

./set_generator /path/to/lr1_table.out