blob: e594a765f67de5e8b8d4481f04e755a2ce04a1c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Syntax
Being an analytic language, DjanZi depends heavily on positional syntax.
Phrasal syntaxes are already discussed in the previous section. This
section concerns sentence syntaxes.
## Basic sentence
DjanZi sentences generally follows XSVO order, where X might be topic or an
adverbial phrase (not consisting an SV pair).
## Negation
Negative particle precedes what it negates.
## Questions
## Compound sentence
## Dependent clause
|