C backend
New backend in compyle using pure C code and PyBind11
Hello @aerorohit! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
- In the file
compyle/c_backend.py:
Line 65:1: E302 expected 2 blank lines, found 1 Line 72:1: W293 blank line contains whitespace Line 76:1: W293 blank line contains whitespace Line 78:1: W293 blank line contains whitespace Line 91:1: W293 blank line contains whitespace Line 104:1: W293 blank line contains whitespace Line 110:1: E305 expected 2 blank lines after class or function definition, found 1
- In the file
compyle/tests/test_c_backend.py:
Line 27:1: E302 expected 2 blank lines, found 1 Line 41:1: W293 blank line contains whitespace Line 42:1: E305 expected 2 blank lines after class or function definition, found 1