You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They can be parsed by [Parse](https://pkg.go.dev/github.com/willfaught/ebnf#Parse) into a [Grammar](https://pkg.go.dev/github.com/willfaught/ebnf#Grammar). [Grammar.Validate](https://pkg.go.dev/github.com/willfaught/ebnf#Grammar.Validate) determines whether a grammar is valid. [Grammar.First](https://pkg.go.dev/github.com/willfaught/ebnf#Grammar.First) and [Grammar.Follow](https://pkg.go.dev/github.com/willfaught/ebnf#Grammar.Follow) compute the first and follow sets for nonterminal identifiers. [Grammar.LL1](https://pkg.go.dev/github.com/willfaught/ebnf#Grammar.LL1) determines whether a valid grammar can be parsed by an LL(1) parser.
0 commit comments