git.fiddlerwoaroof.com
name mode size
..
cmu 120000
README 100644 0 kb
core-definitions.scm 100644 3 kb
core-init.scm 100644 0 kb
core-symbols.scm 100644 4 kb
errors.scm 100644 4 kb
globals.scm 100644 2 kb
has-macros.scm 100644 1 kb
has-utils.scm 100644 1 kb
phases.scm 100644 6 kb
prelude-core-syms.scm 100644 2 kb
symbol-table.scm 100644 14 kb
system-init.scm 100644 1 kb
top.scm 100644 1 kb
tuple.scm 100644 2 kb
README
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.