Nils Brause

Results 2 issues of Nils Brause

Hi! When trying to cythonize the following source code using `cythonize -3`: ``` str(0)[0] ``` the following error is printed: ``` Traceback (most recent call last): File "/home/nils/.local/bin/cythonize", line 8,...

I couldn't find any information in this repository on where to get the riscv-nuclei-elf toolchain that is used in the Makefile. I tried to use the [RISC-V toolchain that comes...