We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04fc91 commit ba8b245Copy full SHA for ba8b245
src/translator/ast.ts
@@ -45,6 +45,7 @@ export type AdjectivePhrase =
45
export type Complement =
46
| Readonly<{ type: "noun"; noun: NounPhrase }>
47
| Readonly<{ type: "adjective"; adjective: AdjectivePhrase }>;
48
+// TODO: each verb should have its own adverbs
49
export type Verb = Readonly<{
50
modal: null | Word;
51
// TODO: better name
0 commit comments