diff --git a/README.md b/README.md index 3054ff1..b45e063 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ $ python3 parse.py test.py ``` ### AST Parsing -AST parsing will take the validated source grammar and convert it into a valid AST. +AST parsing will take the validated source grammar and convert it into a valid language AST. The goal is to get a similar AST output as the following: