Okay, I did and I was able to compile the `vc` compiler from the C source. The REPL in `vc` seems to work (at least for the basic printing I tried) and running `./vc -o v .` worked as well. But the new `v` compiler segfaults with:
EDIT: however, if I understand it correctly, it was not the instructions after all, that resulted in everyone having segfaults...
EDIT2: okay, so I redownloaded the whole thing and yes, you fixed that now. But it still segfaults sometimes. For example if I try to pass a `-h` flag.
I followed the instructions on the GitHub and yes, I'm getting segfaults.