From: jcbrinfo Date: Sat, 14 May 2016 15:58:56 +0000 (-0400) Subject: doc: Fix a mispelled word in the parser’s README X-Git-Url: http://nitlanguage.org doc: Fix a mispelled word in the parser’s README --- diff --git a/src/parser/README.md b/src/parser/README.md index 64ceecf..73ebcd0 100644 --- a/src/parser/README.md +++ b/src/parser/README.md @@ -1,6 +1,6 @@ Parser and AST for the Nit language -The parser ans the AST are mostly used by all tools. +The parser and the AST are mostly used by all tools. The `parser` is the tool that transform source-files into abstract syntax trees (AST) (see `parser_nodes`) While the AST is a higher abstraction than blob of text, the AST is still limited and represents only *What the programmer says*.