#
LL parser
In computer science, an LL parser (Left-to-right, leftmost derivation) is a top-down parser for a restricted context-free language. It parses the input from Left to right, performing Leftmost derivation of the sentence.
Here are 2 public repositories matching this topic...
Programming assignments in university course "Compilers Theory"
-
Updated
Aug 22, 2022 - C#