Skip to content

Commit ae86778

Browse files
authored
Update spec.md with Kinds section
Added Kinds section to clarify expression tree formats.
1 parent 87c68b1 commit ae86778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ Lisp-inspired syntax tree, opposed to [ESTree](https://github.com/estree/estree)
99
- has conventional form and one-liner docs
1010
- JSON-compatible, sparse arrays
1111

12+
Kinds:
1213

1314
```
1415
[operator, ...operands] operation
1516
"name" identifier (resolved from context)
16-
[, value] literal (returned as-is)
17+
[, value] literal
1718
```
1819

1920
An expression tree is one of three forms:

0 commit comments

Comments
 (0)