Home | History | Annotate | Download | only in ply

Lines Matching refs:lookbacks

2217         # Loop over all transitions and compute lookbacks and includes
2314 # Inputs: lookbacks - Set of lookback relations
2318 # in the lookbacks set
2321 def add_lookaheads(self,lookbacks,followset):
2322 for trans,lb in lookbacks.items():