Eklektu Language Lesson 4: general syntax

Join the Blue Ribbon Anti-Censorship Campaign!

This lesson is not yet available.

sentence ::= modified-clause "." | modified-clause "," sentence
modified-clause ::= clause | modified-clause simple-modifier
clause ::= complete-phrase | complete-phrase clause
complete-phrase ::= noun-phrase | verb-phrase
noun-phrase ::= noun-marker superphrase
noun-marker ::= case-marker | "a" simple-modifier
verb-phrase ::= verb-marker superphrase | verb-marker verb-phrase
superphrase ::= compound-phrase | superphrase + modifier-suffix compound-phrase
modifier-suffix ::= simple-modifier + "-a"
compound-phrase ::= modified-phrase | modified-phrase compound-phrase
modified-phrase ::= phrase | modifier modified-phrase
modifier ::= simple-modifier | "de" case-marker
phrase ::= subphrase | subphrase phrase
subphrase ::= word | "e" subphrase subphrase
word ::= subword | participle | prefix + word
subword ::= compound-root | participle | subword + suffix
participle ::= compound-root + case-marker + verb-marker
suffix ::= ordinary-suffix | case-marker + "-l" | simple-modifier + "-n"
compound-root ::= root | root + root | compound-root "-" root + "-a"

Back to Lesson 3.

Back to the main Eklektu 96 page.