RACSO
DFA
CFG
Operations:
Reg
,
CF
PDA
Reductions:
K
,
WP
,
CFG
,
NP
,
SAT
ANTLR:
lexical
,
syntactic
Exams
log in
,
register
,
become guest
This site uses cookies only for the purpose of identifying user sessions. This is required to properly register actions.
Exercise
‹
42
›
:
CFG for the complement of
{
w
c
w
∣
w
∈
{
a
,
b
}
∗
}
\{ wcw \mid w\in\{a,b\}^* \}
{
w
c
w
∣
w
∈
{
a
,
b
}
∗
}
Write a CFG (
which will be ambiguous
) generating the language of words over
{
a
,
b
,
c
}
\{a,b,c\}
{
a
,
b
,
c
}
that are not of the form
w
c
w
wcw
w
c
w
, where
w
w
w
is a word over
{
a
,
b
}
\{a,b\}
{
a
,
b
}
.
Authors:
Guillem Godoy /
Documentation:
// Write your CFG here...
To be able to submit you need to either
log in
,
register
, or
become a guest
.