Skip to content

Commit bd2f3de

Browse files
committed
add todo for filter
1 parent f279dc6 commit bd2f3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/filter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ export const SENTENCE_RULES: ReadonlyArray<(sentence: Sentence) => boolean> = [
352352
sentence.contextClauses.slice(1).every(({ type }) => type !== "anu") ||
353353
throwError(new UnrecognizedError('"anu la" inside a sentence')),
354354

355+
// TODO: also include "kin" and "anu" as content word
355356
// there cannot be both "anu" as sentence starting particle and "anu la"
356357
(sentence) =>
357358
sentence.type !== "simple" || sentence.startingParticle == null ||

0 commit comments

Comments
 (0)