Rollup merge of #25788 - maxjacobson:add-missing-space-to-glossary, r=steveklabnik

r? @steveklabnik
This commit is contained in:
Steve Klabnik 2015-05-29 15:24:46 -04:00
commit e9e2a11a6a

View file

@ -19,7 +19,7 @@ In the example above `x` and `y` have arity 2. `z` has arity 3.
When a compiler is compiling your program, it does a number of different When a compiler is compiling your program, it does a number of different
things. One of the things that it does is turn the text of your program into an things. One of the things that it does is turn the text of your program into an
abstract syntax tree, orAST. This tree is a representation of the abstract syntax tree, or AST. This tree is a representation of the
structure of your program. For example, `2 + 3` can be turned into a tree: structure of your program. For example, `2 + 3` can be turned into a tree:
```text ```text