Outside Context Problem
-
- Posts: 1
- Joined: Thu Mar 25, 2021 1:43 pm
Outside Context Problem
Just read this series. Very well written and enjoyable. One of Mr. Nuttall's earlier set of work, but still well written. Highly recommend this series if not already checked out.
Re: Outside Context Problem
I also enjoyed it. Are there some more books in this universe? I would love to see some more near future SF in this context 

-
Hello.
I have LG= m,n are natural, greater than 0
I must define context-free grammar based on LG
I have the following set of productions;
S->aAccc
A->aAccc bBccc
B->bBccc epsilon
Is it correct?
I have LG= m,n are natural, greater than 0
I must define context-free grammar based on LG
I have the following set of productions;
S->aAccc
A->aAccc bBccc
B->bBccc epsilon
Is it correct?
Free complete guide to Autocad Yevgenia Kuritsina
-
I can see why L is not context-free, but the complement of L seems to be context-free, by just making sure that somewhere there are runs of different lengths.