Skip to content

Commit

Permalink
fix markdown in the readme and add some info to the ast example
Browse files Browse the repository at this point in the history
  • Loading branch information
M4GNV5 committed Aug 23, 2017
1 parent 67afeef commit 82728c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Parsing code:
int answer = 6 * 7;
```

outputs following AST:
outputs following AST (the positions of each AST entry have been removed to reduce size):
```JSON
[
{
Expand All @@ -56,7 +56,7 @@ outputs following AST:
]
```

##License
## License
```
"THE BEER-WARE LICENSE":
Expand Down

0 comments on commit 82728c9

Please sign in to comment.