From c012c266304387b950e49ca3e22645517eab6b64 Mon Sep 17 00:00:00 2001 From: adueck Date: Sat, 19 Aug 2023 21:12:51 +0400 Subject: [PATCH] up --- src/demo-components/ParserDemo.tsx | 2 +- src/lib/src/parsing/parse-vp.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/demo-components/ParserDemo.tsx b/src/demo-components/ParserDemo.tsx index 05785e4..aa7423a 100644 --- a/src/demo-components/ParserDemo.tsx +++ b/src/demo-components/ParserDemo.tsx @@ -69,7 +69,7 @@ function ParserDemo({ opts }: { opts: T.TextOptions }) {
Type a sentence to parse
- NOT DONE: sort of works with:{` `} + NOT DONE: should work with:{` `} {working.map((x) => ( ✅ {x} diff --git a/src/lib/src/parsing/parse-vp.ts b/src/lib/src/parsing/parse-vp.ts index ca6aead..b07e983 100644 --- a/src/lib/src/parsing/parse-vp.ts +++ b/src/lib/src/parsing/parse-vp.ts @@ -28,11 +28,14 @@ import { isFirstOrSecondPersPronoun } from "../phrase-building/render-vp"; // ومې لیدې // ویې وهم +// TODO: add tests for negatives and negative order + // map over transitivities, to give transitive / gramm. transitive optionns // make impossible subjects like I saw me, error // TODO: learn how to yank / use plugin for JSON neovim +// learn to use jq to edit selected json in vim ?? COOOL // TODO: transitivity options