@raviqqe/stak 0.3.11 → 0.3.13
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 +3 -3
- package/package.json +1 -1
- package/stak_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Stak Scheme aims to be:
|
|
|
13
13
|
- The minimal implementation of [the R7RS-small standard][r7rs-small]
|
|
14
14
|
- A subset of [Chibi Scheme](https://github.com/ashinn/chibi-scheme), [Gauche](https://github.com/shirok/Gauche), and [Guile](https://www.gnu.org/software/guile/)
|
|
15
15
|
|
|
16
|
-
For more information and usage, visit [the full documentation](https://raviqqe.github.io/stak).
|
|
16
|
+
For more information and usage, visit [the full documentation](https://raviqqe.github.io/stak/install).
|
|
17
17
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
@@ -26,7 +26,7 @@ cargo add stak
|
|
|
26
26
|
cargo add --build stak-build
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
For full examples, see [the `examples` directory](
|
|
29
|
+
For full examples, see [the `examples` directory](https://github.com/raviqqe/stak/tree/main/examples).
|
|
30
30
|
|
|
31
31
|
### Command line tools
|
|
32
32
|
|
|
@@ -173,7 +173,7 @@ fn run(
|
|
|
173
173
|
## References
|
|
174
174
|
|
|
175
175
|
- This project is based on [Ribbit Scheme][ribbit], the small and portable R4RS implementation.
|
|
176
|
-
- [Scheme][scheme]
|
|
176
|
+
- [Scheme programming language][scheme]
|
|
177
177
|
- [The R7RS-small standard][r7rs-small]
|
|
178
178
|
|
|
179
179
|
## License
|
package/package.json
CHANGED
package/stak_wasm_bg.wasm
CHANGED
|
Binary file
|