Mercurial > python-compiler.rs
annotate tests/test_parse_files/test_assign.py @ 81:dc82a0d8f144
Add ast.Dict.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Mon, 13 Jun 2016 20:45:19 +0200 |
parents | 5a7c3393382b |
children | 7977a52c3202 |
rev | line source |
---|---|
23
5a7c3393382b
Add a simple test for ast.Assign.
Bastien Orivel <eijebong@bananium.fr>
parents:
diff
changeset
|
1 var = 5 |