From 9272237cc04a03d26a9c00b49a605e0d7b0a82ac Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 25 Sep 2015 23:14:24 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: