paka
paka copied to clipboard
boot.bc
where is src of boot.bc,how to build
boot.bc is the bootstrap compiler for paka, it is built from the last paka that can build the current.
make clean && make && mv bin/stage3.bc bins/boot.bc
originally paka was written in Dlang, the first boot.bc was compiled from that... we are a few dozen away from that time.
I run bench/fib.paka successfully, that's great job, run fast ,cool ! Dlang source for the bootstrap compiler for paka is not opened? I want to learn this, thanks!
The boostrap compiler was in this repo. It was eventually and slowly removed in favor of a Paka hosted compiler.