functionalscript 0.0.387 → 0.0.388

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/doc/vm.md +1 -3
  2. package/package.json +1 -1
package/doc/vm.md CHANGED
@@ -23,14 +23,12 @@
23
23
  |`_` |`\x5F` | 1| 26|
24
24
  |`a`..`z`|`\x61`..`\x7A`|1A| 40|
25
25
 
26
- ## 64 bit platform
26
+ ## Value
27
27
 
28
28
  Alignment: 8 bytes.
29
29
 
30
30
  Pointer: 2^64 / 2^3 = 2^61 bit
31
31
 
32
- ### Value
33
-
34
32
  - `63`: 9 x 7 bit string
35
33
  - `63`:
36
34
  - `61`: pointer + null, alignment - 8 bytes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.387",
3
+ "version": "0.0.388",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {