Skip to content

Commit

Permalink
Elaborate why just in
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Feb 21, 2024
1 parent 1dade64 commit 2b88934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ _Subscript_ supports [common syntax](https://en.wikipedia.org/wiki/Comparison_of

### Justin

_Justin_ is minimal JS subset, _JSON_ + _Expressions_ (see [thread](https://github.com/endojs/Jessie/issues/66)). It extends _subscript_ with:
_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:

+ `a ** b` (right-assoc)
+ `a ? b : c`
Expand Down

0 comments on commit 2b88934

Please sign in to comment.