bjpop / language-python

A parser for Python 2.x and 3.x written in Haskell
157 stars 46 forks source link

Update docs on AST to indicate that it is a concrete syntax tree #61

Closed bjpop closed 4 years ago

bjpop commented 4 years ago

As per discussion in Closing as per: https://github.com/bjpop/language-python/issues/59

The AST is really a concrete syntax tree, so the name AST is likely to confuse users.

Add some documentation about this issue.

bjpop commented 4 years ago

Done