Skip to content

Commit 87c68b1

Browse files
authored
Update description of expression tree in spec.md
1 parent 080b175 commit 87c68b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Universal Expression Tree
22

3-
Expressions parse to minimal lispy tree. Opposed to [ESTree](https://github.com/estree/estree):
3+
Lisp-inspired syntax tree, opposed to [ESTree](https://github.com/estree/estree):
44

55
- language-agnostic, can be compiled to different targets
66
- reflects execution sequence, rather than code layout

0 commit comments

Comments
 (0)