Skip to content

Commit

Permalink
docs: lingo: 🪨 ore: object.reference.expression && 🚫 notion: not.ion
Browse files Browse the repository at this point in the history
  • Loading branch information
iskitz committed Nov 6, 2024
1 parent 41cc1b2 commit 74dcbc2
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion LINGO.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ key terms that name & convey **[ionify](#-ionify)** concepts
+ it presents these modules as objects, combined with mathematical operators, that invoke
their composition, observation & interaction

+ ### [🦁 lion](ions/lions.md#lions)
+ ### [🦁 lion](ions/ion.md#ion)

+ **l**iteral **ion**

Expand Down Expand Up @@ -174,6 +174,30 @@ key terms that name & convey **[ionify](#-ionify)** concepts
+[" each word means & does something "]
```

## 🚫 notion

+ **not, [ion](#%EF%B8%8E-ion)**: **i**nvoked **o**bject **n**otation
+ any, **not-i**nvoked-**o**bject **n**otation

```javascript
/ notion 🚫 /
[ {notion:'🚫'}
, "notion 🚫"
]
```

## 🪨 ore

+ **o**bject-**r**eference **e**xpression
+ any [expression](//262.ecma-international.org/6.0/#sec-ecmascript-language-expressions)
referencing one or more objects
+ may include [**ions**](#%EF%B8%8E-ion) and-or [**notions**](#-notion)

```javascript
notion && {'🚫' :'notion'} || ["🚫 notion", ["🚫 notions"]
~orion & {'🦁' : 'lion’} | ["📜 aesop", /📖 stories/]
```

## [operator ⚙️ overloading](ions/ion.md#function)

+ [**ion**](#%EF%B8%8E-ion) applies,
Expand Down

0 comments on commit 74dcbc2

Please sign in to comment.