Skip to content

Commit b86b777

Browse files
committed
auto update
1 parent 341d324 commit b86b777

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99
npm install implement-a-pl
1010
```
1111

12+
## usage
13+
ref the [example](./bin/lambda)
14+
15+
## API
16+
* InputStream: output lex
17+
* TokenStream: output token
18+
* parser: ast
19+
* Environment: store variables
20+
* Environment.Execute: execute ast with an environment
21+
* Environment.evalute: eval ast expression
22+
23+
1224
## run
1325
```
1426
bin/lambda demo

0 commit comments

Comments
 (0)