Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Make the Fomabin build work again (#15)
Browse files Browse the repository at this point in the history
* Try some terrible rules to compile the fomabin. Doesn't work.

* I'm so lost lol

* I'm still lost.

* I have working fomabins again!
  • Loading branch information
eddieantonio authored Oct 31, 2019
1 parent a29380a commit 5eca871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/orthography/spellrelax.regex
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ c (->) {ch}, # English influence on spelling <c>
c (->) {tch}, # English influence on spelling <c>
c (->) {ts} || _ ,, # Another English influence on spelling <c>

[..] (->) h || [ a | i | o | â | ê | î | ô ] _ [ c | k | p | t ],, # Excessive preaspiration before stops
h (->) 0 || [ a | i | o | â | ê | î | ô ] _ [ c | k | p | t ] # Missing preaspiration before stops
# TODO: create a rule for excessive preaspiration after stops
h (->) 0 || [ a | i | o | â | ê | î | ô ] _ [ c | k | p | t ] # Missing preaspiration before stops


;
Expand Down

0 comments on commit 5eca871

Please sign in to comment.