I'm playing around a little bit with HolyC and your compiler, just to get used to it. I wanted to dump the token list and have a look into it. To do so, I copied the example from your README and tried to compile it using the following command hcc -tokens example.HC. This results in a segmentation fault error.
I'm playing around a little bit with HolyC and your compiler, just to get used to it. I wanted to dump the token list and have a look into it. To do so, I copied the example from your README and tried to compile it using the following command
hcc -tokens example.HC
. This results in a segmentation fault error.