Getting Started
After this chapter you have a working compiler and a program of your own that builds and runs.
It covers how to build the compiler from source and what else your system needs. It then shows how one source file becomes an executable, and how to read what the compiler reports when that file is wrong. At the end it shows how a project file holds the inputs and the options of a build, which you need as soon as a program has more than one file.