@plurnk/plurnk-grammar 0.12.0 → 0.12.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plurnk.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plurnk.md CHANGED
@@ -96,6 +96,7 @@ Body content is character-perfect, exactly matching whitespace.
96
96
  ```
97
97
  <<FIND(config/**/*.xml)://user[@role='admin']:FIND
98
98
  <<READ(lang/??.json):$.greeting:READ
99
+ <<READ(log://1/2/3):$[*].matched.codename:READ
99
100
  <<READ(https://en.wikipedia.org/wiki/Paris)<426,465>::READ
100
101
  <<EDIT[philosophy,existentialism](known://philosophy/existentialism/meaning):The meaning of life is 42:EDIT
101
102
  <<EDIT[france,geography](unknown://countries/france/capital):What is the capital of France?:EDIT