We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86b777 commit ca16eccCopy full SHA for ca16ecc
2 files changed
README.md
@@ -15,10 +15,10 @@ ref the [example](./bin/lambda)
15
## API
16
* InputStream: output lex
17
* TokenStream: output token
18
-* parser: ast
+* parser: output ast
19
* Environment: store variables
20
-* Environment.Execute: execute ast with an environment
21
-* Environment.evalute: eval ast expression
+* Environment.Execute: execute ast with guarding stack
+* Environment.evalute: eval ast expression with an env
22
23
24
## run
bin/commit
@@ -3,5 +3,3 @@
3
git add .
4
git commit -m "auto update"
5
git push
6
-
7
-npm publish
0 commit comments