Skip to content

Is AST necessary? #703

Closed Answered by ematipico
yisar asked this question in Q&A
Nov 12, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The box that shows the AST is what you actually query/navigate when you want to do operations like lint rules or formatting logic.

It becomes an indispensable tool when developing features and fixing bugs.

The CST box is the "raw" language, the AST is strongly typed and shows the tokens/nodes of the syntax APIs

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yisar
Comment options

@ematipico
Comment options

Answer selected by yisar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants