You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+45-1
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,48 @@ $ npm run build
28
28
29
29
```
30
30
$ npm test
31
-
```
31
+
```
32
+
33
+
## Viewing with ASTExplorer
34
+
35
+
ASTExplorer is a web app for visualizing ASTs. You type source. It shows you the resulting syntax tree based on the parser you've selected. I've included the integrations for this parser. To get that up and running you'll need to clone ASTExplorer.
0 commit comments