Grammar
A → A ( B A )
| .
B → B *( A B )*
| .
Some sentences generated by this grammar: {ε, ( ), ( ) ( ), ( ( ) ), ( *( )* ), ( ) ( ( ) ), ( ( ) ( ) ), ( ( ( ) ) ), ( ( ) ) ( ), ( ) ( ) ( ), ( ) ( *( )* ), ( *( ( ) )* ), ( ( *( )* ) ), ( *( )* ) ( ), ( *( )* ( ) ), ( *( *( )* )* ), ( *( )* *( )* ), ( ( ( ( ) ) ) ), ( ) ( ( ( ) ) ), ( *( )* ( ( ) ) )}
nonterminalfirst setfollow set nullableendable
A ( ( ) *( )* $yesyes
B *( ( ) *( )*yesno

The grammar is not LL(1) because:



Return home to enter a new grammar.