Is there a documented way of knowing whether a program is being bootstrapped? I am thinking in the direction of byable programs, where all these useful _by() functions and macros are defined within the program.
Best
Daniel
Best
Daniel
macros:
s(k_eexp) : "0"
s(explist) : "(r(whatever))"
s(idlist) : "_bs_1"
s(k_exp) : "1"
Comment