Using v run py2v.v ~/myfile.py raises the following error:
json2v/json2v.v:12:14: error: deprecated map syntax, use syntax like `{'age': 20}`
10 |
11 | const (
12 | operators = map{
| ~~~
13 | 'LShift': token.Kind.left_shift
14 | 'RShift': token.Kind.right_shift
Using
v run py2v.v ~/myfile.pyraises the following error: