why did you go

This commit is contained in:
Meowyam
2022-01-03 14:00:43 +08:00
parent c61fe0c314
commit 6459c07548
6 changed files with 27 additions and 9 deletions
+7 -1
View File
@@ -222,7 +222,13 @@ oper
------------------
-- Adv
Adverb : Type = SS ;
Adverb : Type = {
s : Str;
} ;
IAdv : Type = Adverb ** {
isPre : Bool ;
} ;
------------------
-- VP