Skip to content

Commit

Permalink
Flag critical oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaulendil committed Dec 6, 2022
1 parent 4ec5724 commit 464ff47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mode/quenya.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ impl TengwarMode for Quenya {
ParseAction::MatchedPart(1)
}
['s' | 'z'] if current.can_take_rince() => {
// FIXME: This is a POLICY LEVEL DECISION. It CANNOT be
// made at the Mode level while also assuming the
// Policy to be Standard.
// TODO: Make TengwarMode generic over Policy, or find
// a way to defer this decision to the TokenIter.
current.rince = true;
ParseAction::MatchedPart(1)
}
Expand Down

0 comments on commit 464ff47

Please sign in to comment.