@zsnout/ithkuil
Version:
A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.
15 lines (14 loc) • 541 B
TypeScript
/**
* A regular expression matching multiple-affix affixual adjuncts. A group
* marked as **required** will always be present, while those marked
* **optional** may not be present.
*
* 1. Cs (required)
* 2. Vx (present iff slot 4 is not present, will have glottal stop)
* 3. Cz (present iff slot 2 is, h/hl/hr/hw)
* 4. Vx (present iff slot 2 is not present, will not have glottal stop)
* 5. Cz (present iff slot 4 is, h/hw)
* 6. VxCs... (required)
* 7. Vz (optional)
*/
export declare const multipleAffixAffixualAdjunct: RegExp;