6 lines
86 B
Python
6 lines
86 B
Python
from syntax.syntax import LL1Generator
|
|
|
|
|
|
pa_table = LL1Generator()
|
|
pa_table.compile()
|