@bablr/cli 0.1.6 → 0.1.7

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/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,7 @@ Running the above command produces the following output. Note that this is a str
40
40
  <>
41
41
  <Array>
42
42
  openToken:
43
- <*Punctuator '[' balanced=']' />
43
+ <~*Punctuator '[' balanced=']' />
44
44
  <#*Space:Space>
45
45
  '\n '
46
46
  </>
@@ -59,36 +59,36 @@ Running the above command produces the following output. Note that this is a str
59
59
  null
60
60
  </>
61
61
  separators[]:
62
- <*Punctuator ',' />
62
+ <~*Punctuator ',' />
63
63
  <#*Space:Space>
64
64
  '\n '
65
65
  </>
66
66
  elements[]:
67
67
  <Boolean>
68
68
  sigilToken:
69
- <*Keyword 'true' />
69
+ <~*Keyword 'true' />
70
70
  </>
71
71
  separators[]:
72
- <*Punctuator ',' />
72
+ <~*Punctuator ',' />
73
73
  <#*Space:Space>
74
74
  '\n '
75
75
  </>
76
76
  elements[]:
77
77
  <String>
78
78
  openToken:
79
- <*Punctuator '"' balanced='"' balancedSpan='String' />
79
+ <~*Punctuator '"' balanced='"' balancedSpan='String' />
80
80
  content:
81
81
  <*StringContent>
82
82
  '3'
83
83
  </>
84
84
  closeToken:
85
- <*Punctuator '"' balancer />
85
+ <~*Punctuator '"' balancer />
86
86
  <#*Space:Space>
87
87
  '\n'
88
88
  </>
89
89
  </>
90
90
  closeToken:
91
- <*Punctuator ']' balancer />
91
+ <~*Punctuator ']' balancer />
92
92
  <#*Space:Space>
93
93
  '\n'
94
94
  </>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bablr/cli",
3
3
  "description": "CLI for running BABLR parsers",
4
- "version": "0.1.6",
4
+ "version": "0.1.7",
5
5
  "author": "Conrad Buck<conartist6@gmail.com>",
6
6
  "type": "module",
7
7
  "files": [