Hi. Is there any way of getting the token count of a pico8 cart externally, such as
from the linux command line?
There does not even seem to be any way to access the token count from within a Pico8 cart either, only by
manually typing info(). I have read all the docs and looked at stat() and raw memory addresses but none
can give the token count statistic.
I would like to get the token count so I can put it on a fancy display.
Thanks

