UNPKG

@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.

19 lines (18 loc) 699 B
/** * A regular expression matching non-shortcut formatives with these capturing * groups. A group marked as **required** will always be present, while those * marked **optional** may not be present. * * 1. Cc (optional) * 2. Vv (optional, but present if Cc is present) * 3. Cr (required) * 4. Vr (required) * 5. CsVx... affixes (optional) * 6. Geminated Ca (either this or ungeminated Ca will be present) * 7. Ungeminated Ca (either this or geminated Ca will be present) * 8. VxCs... affixes (optional) * 9. Vn (optional, but present if Cn is present) * 10. Cn (optional, but present if Vn is present) * 11. Vc/Vf/Vk (optional) */ export declare const nonShortcutFormative: RegExp;