From e0e79264608e2872c601a0032ae7f5feca38581a Mon Sep 17 00:00:00 2001 From: Dmitry Iv Date: Tue, 20 Feb 2024 20:37:49 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ac58ae3..6c7903e 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ _Subscript_ supports [common syntax](https://en.wikipedia.org/wiki/Comparison_of ### Justin -_Justin_ is minimal JS subset, _JSON_ + _expressions_, no keywords (just `in`). -See [thread](https://github.com/endojs/Jessie/issues/66) for details. It extends _subscript_ with: +_Justin_ is minimal no-keywords JS subset, _JSON_ + _expressions_ (see [thread](https://github.com/endojs/Jessie/issues/66)).
It extends _subscript_ with: + `a ** b` (right-assoc) + `a ? b : c`