Jamesbarford / holyc-lang

HolyC compiler
BSD 2-Clause "Simplified" License
197 stars 8 forks source link

"-tokens" compiler option results in segmentation fault #42

Closed david-prv closed 3 months ago

david-prv commented 3 months ago

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 3 months ago

Closed by pull request: #44