"-tokens" compiler option results in segmentation fault
david-prv opened this issue · 1 comments
david-prv commented
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.
Jamesbarford commented
Closed by pull request: #44