PRs:
-
Make
str()
work for non-constant values #767 (closed) -
[Draft] Add str to visit_ListItem #800 (open) (just a try)
-
Add str() for f32 (naive algo) #797 (open)
-
Basic benchmark #684 (open) (continuing)
Now we have genreating section in benchmark:
benchmark/
├── benchmark.toml
├── generated_code
│ ├── long_statement.py
│ └── very_long_statement.py
├── generating_scripts
│ ├── long_statement.py
│ └── very_long_statement.py
├── report_file.dat
└── test_math.py
and that will help us with big source code(and genrated code will be ignored from git).