about summary refs log tree commit diff
path: root/src/grammar
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar')
-rw-r--r--src/grammar/pos.md13
-rw-r--r--src/grammar/syntax.md3
2 files changed, 16 insertions, 0 deletions
diff --git a/src/grammar/pos.md b/src/grammar/pos.md
new file mode 100644
index 0000000..5f04002
--- /dev/null
+++ b/src/grammar/pos.md
@@ -0,0 +1,13 @@
+# Parts of Speech
+
+This chapter describe behaviors of different parts of speech that can't be just
+simply ported from German, mostly morphology.
+
+## Noun
+
+
+
+## Verb
+## Adjective
+## Pronoun
+## Articles
diff --git a/src/grammar/syntax.md b/src/grammar/syntax.md
index 10d2469..b5a59a0 100644
--- a/src/grammar/syntax.md
+++ b/src/grammar/syntax.md
@@ -1 +1,4 @@
 # Syntax
+
+There are few constructions that are not directly butchered from German.
+Please learn German syntaxes instead.