Skip to content

Commit ca16ecc

Browse files
committed
auto update
1 parent b86b777 commit ca16ecc

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ref the [example](./bin/lambda)
1515
## API
1616
* InputStream: output lex
1717
* TokenStream: output token
18-
* parser: ast
18+
* parser: output ast
1919
* Environment: store variables
20-
* Environment.Execute: execute ast with an environment
21-
* Environment.evalute: eval ast expression
20+
* Environment.Execute: execute ast with guarding stack
21+
* Environment.evalute: eval ast expression with an env
2222

2323

2424
## run

bin/commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
git add .
44
git commit -m "auto update"
55
git push
6-
7-
npm publish

0 commit comments

Comments
 (0)