You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUrrently the earley parser is used which is very slow (~20min for 1300 instr.). In order to use the significantly faster lalr parser the priorities of the terminals must be set correctly.
The text was updated successfully, but these errors were encountered:
CUrrently the
earley
parser is used which is very slow (~20min for 1300 instr.). In order to use the significantly fasterlalr
parser the priorities of the terminals must be set correctly.The text was updated successfully, but these errors were encountered: