mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-28 13:43:02 +00:00
(Language and Grammar): some -> same
(Epilogue): int he -> in the
This commit is contained in:
@@ -444,7 +444,7 @@ roughly that the next grammar rule to apply at any point in the input is
|
||||
uniquely determined by the preceding input and a fixed, finite portion
|
||||
(called a @dfn{look-ahead}) of the remaining input. A context-free
|
||||
grammar can be @dfn{ambiguous}, meaning that there are multiple ways to
|
||||
apply the grammar rules to get the some inputs. Even unambiguous
|
||||
apply the grammar rules to get the same inputs. Even unambiguous
|
||||
grammars can be @dfn{non-deterministic}, meaning that no fixed
|
||||
look-ahead always suffices to determine the next grammar rule to apply.
|
||||
With the proper declarations, Bison is also able to parse these more
|
||||
|
||||
Reference in New Issue
Block a user