Embedded sentences can occur, usually introduced by a complementizer $C$.
However the rule below implies that embedded clauses without $C$ can also
be complements.
Complement clause: $CP \rightarrow (C) TP$.
How to account for the sentence structure.
You can have the CP in the subject position: $TP \rightarrow {NP / CP} (T) VP$
X phrase conjunction: $XP \rightarrow XP \text{ CONJ } XP$
X conjunction: $X \rightarrow X \text{ CONJ } X$
Principle of Modification
If a phrase YP modifies a head (X), then phrase YP must be a sister of X.
Tree drawing/Parsing
Bottom up parsing
Identify parts of speech (entity type)
What modifies what?
Must be at the same level (siblings contained in the same constituent)
Apply the production rules to identify siblings
Recurse until the root clause
Test your trees against the production rules.
Top down parsing
Top-down parsing is a strategy of analyzing unknown data relationships by hypothesizing general parse tree structures and then considering whether the known fundamental structures are compatible with the hypothesis.