diff options
Diffstat (limited to 'spec/compiler/pre-processor.txt')
-rw-r--r-- | spec/compiler/pre-processor.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/compiler/pre-processor.txt b/spec/compiler/pre-processor.txt new file mode 100644 index 0000000..3203ff8 --- /dev/null +++ b/spec/compiler/pre-processor.txt @@ -0,0 +1,5 @@ +A set of components in the compiler (all before the translator) which expand, +resolve, and validate pre-processor directives into code which can be compiled + +Consists of the resolver in the parsor. +The expander and part of the indexer in the validator.
\ No newline at end of file |