fez-lisp 1.5.2 → 1.5.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,8 +40,8 @@ World
40
40
  ```
41
41
 
42
42
  ```js
43
- import { parse, debug } from 'fez-lisp'
44
- debug(
43
+ import { parse, evaluate } from 'fez-lisp'
44
+ evaluate(
45
45
  parse(`(let *input* "1721,979,366,299,675,1456")
46
46
  (let solve (lambda arr cb
47
47
  (array:fold arr (lambda a b (do
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "fez-lisp",
3
3
  "description": "Lisp interpreted & compiled to JavaScript",
4
4
  "author": "AT290690",
5
- "version": "1.5.2",
5
+ "version": "1.5.3",
6
6
  "type": "module",
7
7
  "main": "index.js",
8
8
  "keywords": [