Closed R3ZV closed 1 month ago
Add a macro to make it easier to debug information about the tokens.
Make it so the logs are turned on by a compile flag.
Can use dbg(fmt, args) to print to "stderr" if "-DDEBUG" is set.
dbg(fmt, args)
We set "-DDEBUG" via just, now we can do just build dbg to build a debug binary.
just
just build dbg
Implemented in 3a7fa77.
Add a macro to make it easier to debug information about the tokens.
Make it so the logs are turned on by a compile flag.