input: 2; output: 2; aliases: consonant = (@"0B95-@"0BBA) ; virama = (@"0BCD) ; indvowel = (@"0B85-@"0B94) ; nontamil = ^(@"0B82-@"0BFA|@"0020) ; hyph = (@"0BDF) ; inita = (@"0B85) ; initA = (@"0B86) ; initi = (@"0B87) ; initI = (@"0B88) ; initu = (@"0B89) ; initU = (@"0B8A) ; inite = (@"0B8E) ; initE = (@"0B8F) ; initai = (@"0B90) ; inito = (@"0B92) ; initO = (@"0B93) ; initau = (@"0B94) ; depA = (@"0BBE) ; depi = (@"0BBF) ; depI = (@"0BC0) ; depu = (@"0BC1) ; depU = (@"0BC2) ; depe = (@"0BC6) ; depE = (@"0BC7) ; depai = (@"0BC8) ; depo = (@"0BCA) ; depO = (@"0BCB) ; depau = (@"0BCC) ; expressions: %{hyph}end: => "" ; {hyph}{consonant}{virama}{hyph}{consonant}{virama} => \2 \3 \4 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depi} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depI} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depu} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depU} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depe} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depE} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depai} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depo} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depO} => \2 \3 \5 \6 ; %{hyph}{consonant}{virama}{hyph}{consonant}{depau} => \2 \3 \5 \6 ; {hyph}{consonant}{virama} => \2 \3 ; %{hyph}{consonant}{hyph}end: => \2 ; %{hyph}{consonant}{depi}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depI}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depu}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depU}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depe}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depE}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depai}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depo}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depO}{hyph}end: => \2 \3 ; %{hyph}{consonant}{depau}{hyph}end: => \2 \3 ; . => \1 ;