rip-lang 3.13.18 → 3.13.21

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/README.md CHANGED
@@ -9,9 +9,9 @@
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-3.13.18-blue.svg" alt="Version"></a>
12
+ <a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-3.13.21-blue.svg" alt="Version"></a>
13
13
  <a href="#zero-dependencies"><img src="https://img.shields.io/badge/dependencies-ZERO-brightgreen.svg" alt="Dependencies"></a>
14
- <a href="#"><img src="https://img.shields.io/badge/tests-1%2C255%2F1%2C255-brightgreen.svg" alt="Tests"></a>
14
+ <a href="#"><img src="https://img.shields.io/badge/tests-1%2C265%2F1%2C265-brightgreen.svg" alt="Tests"></a>
15
15
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"></a>
16
16
  </p>
17
17
 
@@ -462,7 +462,7 @@ rip file.rip # Run
462
462
  rip -c file.rip # Compile
463
463
  rip -t file.rip # Tokens
464
464
  rip -s file.rip # S-expressions
465
- bun run test # 1255 tests
465
+ bun run test # 1265 tests
466
466
  bun run parser # Rebuild parser
467
467
  bun run build # Build browser bundle
468
468
  ```
@@ -590,4 +590,4 @@ The browser REPL (`docs/index.html`) uses a hidden iframe as its sandbox. Code i
590
590
 
591
591
  ---
592
592
 
593
- *Rip 3.10 — 1,243 tests — Zero dependencies — Self-hosting — ~13,500 LOC*
593
+ *Rip 3.13 — 1,265 tests — Zero dependencies — Self-hosting — ~13,500 LOC*
package/docs/RIP-LANG.md CHANGED
@@ -1829,4 +1829,4 @@ Each would need design discussion before building.
1829
1829
 
1830
1830
  ---
1831
1831
 
1832
- *Rip 3.13 — 1,244 tests — Zero dependencies — Self-hosting — ~13,500 LOC*
1832
+ *Rip 3.13 — 1,265 tests — Zero dependencies — Self-hosting — ~13,500 LOC*