Anul 3 Semestrul 1
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
G = ({S, A}, {a, b}, P, S)
|
||||
P :
|
||||
S -> a A
|
||||
A -> a | b | a A | b A
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
G = ({S, A}, {a, b}, P, S)
|
||||
P :
|
||||
S -> a A
|
||||
A -> a | b | a A | b A
|
||||