Summary

More scrutable bootstrapping process

Metadata

Description

We currently have two ways to build CHICKEN:

Currently the most scrutable way to build CHICKEN is using the C code generated by CHICKEN to build CHICKEN. But then, as previously mentioned, we assume the C code we are compiling is thrustworthy, which can hardly be assessed as the C code is the output of a compiler, so very hard to follow.

This ticket is about improving this situation, so that we can build CHICKEN from git in a way that the whole process is more scrutable.

References: