Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b44e74c

Browse files
author
Ana Krelling
committedAug 8, 2024·
docs: minor changes in console-based AST repr in ASTx page
1 parent 0e7ef57 commit b44e74c

File tree

1 file changed

+1
-1
lines changed
  • pages/blog/console-based-representation-in-astx

1 file changed

+1
-1
lines changed
 

‎pages/blog/console-based-representation-in-astx/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ template: "blog-post.html"
1212
---
1313
# Introduction
1414

15-
The ASTx library is an agnostic framework for constructing and representing Abstract Syntax Trees (ASTs). Its primary objective is to provide a versatile and language-independent structure for ASTs, with the flexibility to be utilized across various programming languages and parsing tools. ASTx doesn't aim to be a lexer or a parser, although it could be used by any programming language or parser in order to provide a high level representation of the AST.
15+
The ASTx library is an agnostic framework for constructing and representing Abstract Syntax Trees (ASTs). Its primary objective is to provide a versatile and language-independent structure for ASTs, with the flexibility to be utilized across various programming languages and parsing tools. ASTx doesn't aim to be a lexer or a parser, although it could be used by any programming language or parser written in Python in order to provide a high level representation of the AST.
1616

1717
Many kinds of nodes (classes) are currently supported. Below is a list with just some examples:
1818

0 commit comments

Comments
 (0)
Please sign in to comment.