Lines Matching full:slr
47 # This implementation supports both SLR and LALR(1) parsing. LALR(1)1941 if method not in ['SLR','LALR']:2068 # LALR(1) parsing is almost exactly the same as SLR except that instead of2360 # This function constructs the parse tables for SLR or LALR