aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/README.md
blob: 865e48b7ca05a51d792d78b06da3061a32a9b0c8 (plain)
1
2
3
4
5
6
7
8
9
10

Bootstrap compiler
==================

This directory will contain a bootstrap compiler, written in C, that will
compile/transpile to C code of the real compiler. It will also contain a
minimal runtime library, that can be linked together with the transpiled
code.

It is being written in pure C89 ("ANSI C"), but the source code is compatible
with later versions of the C language too, up to C24.