@plurnk/plurnk-grammar 0.32.0 → 0.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plurnk.md +2 -2
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -26,7 +26,7 @@ Slots between `<<OPsuffix` and `:body:` are all optional. `:body:` fences are re
|
|
|
26
26
|
Operations emit their status and/or results on the subsequent turn.
|
|
27
27
|
READ output prefixes every line with line numbers, `N:\t`. The prefix is not part of the source.
|
|
28
28
|
SEND broadcasts to uri when a path is included and messages the user when no path is included.
|
|
29
|
-
EXEC defaults to `sh`; override with an optional executor (`
|
|
29
|
+
EXEC defaults to `sh`; override with an optional executor (`sqlite`, `node`, etc.).
|
|
30
30
|
|
|
31
31
|
## Context
|
|
32
32
|
|
|
@@ -145,7 +145,7 @@ chmod +x ./example.sh
|
|
|
145
145
|
./example.sh
|
|
146
146
|
:EXEC
|
|
147
147
|
|
|
148
|
-
<<EXEC[
|
|
148
|
+
<<EXEC[sqlite]:SELECT 22.0 / 7.0;:EXEC
|
|
149
149
|
|
|
150
150
|
<<SEND[102]:decomposed prompt into unknowns; plan initialized:SEND
|
|
151
151
|
<<SEND[200]:Paris:SEND
|