Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
Bottom-up parsing is sometimes done by backtracking.
Bottom-up parsing is a strategy for analyzing unknown data relationships that attempts to identify the most fundamental units first, and then to infer higher-order structures from them.
But much more commonly, bottom-up parsing is done by a shift-reduce parser such as a LALR parser.