summaryrefslogtreecommitdiff
path: root/top/README
blob: 665729230f9a55b440c45dcb8b7de93d206373f7 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This directory contains the top level of the compiler.
Files found here:

phases - the top level calls to the compiler phases; compilation init code
errors - general error handlers
globals - global variable definitions
core-symbols - defines core symbols
system-init - code to run once after the compiler is loaded.
driver - top level functions which drive the compiler.  There are called
         from the command interface or directly from the user.