Skip to content

Commit 0e7ef57

Browse files
author
Ana Krelling
committed
docs: minor changes in console-based AST repr in ASTx page
1 parent 965f073 commit 0e7ef57

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.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"source": [
2727
"# Introduction\n",
2828
"\n",
29-
"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.\n",
29+
"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.\n",
3030
"\n",
3131
"Many kinds of nodes (classes) are currently supported. Below is a list with just some examples:\n",
3232
"\n",

0 commit comments

Comments
 (0)