Skip to content

Commit ba8b245

Browse files
committed
add TODO
1 parent f04fc91 commit ba8b245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/translator/ast.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export type AdjectivePhrase =
4545
export type Complement =
4646
| Readonly<{ type: "noun"; noun: NounPhrase }>
4747
| Readonly<{ type: "adjective"; adjective: AdjectivePhrase }>;
48+
// TODO: each verb should have its own adverbs
4849
export type Verb = Readonly<{
4950
modal: null | Word;
5051
// TODO: better name

0 commit comments

Comments
 (0)