zxul767 / lox

An interpreter for the Lox language
1 stars 0 forks source link

create debugging routines in `clox` #15

Open zxul767 opened 1 year ago

zxul767 commented 1 year ago

at the moment we use fprintf(stderr, "...", ...) everywhere, but some patterns begin to emerge and it's clear that we can save some tedious work.