String Manipulation in C
- by baris_a
Hi guys, I am helping my nephew for his C lab homework, it is a string manipulation assignment and applying Wang's algorithm.
Here is the BNF representation for the input.
<sequent> ::= <lhs> # <rhs>
<lhs> ::= <formulalist>| e
<rhs> ::= <formulalist>| e
<formulalist> ::=…