From 60f7c4f7272079e635010e464d8ce3a3a427f97f Mon Sep 17 00:00:00 2001 From: CCGKyle Date: Wed, 20 Jan 2021 10:33:41 -0500 Subject: Add specification to the repo. To be updated as the language evolves. --- spec/compiler/pre-processor.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/compiler/pre-processor.txt (limited to 'spec/compiler/pre-processor.txt') 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 -- cgit v1.2.3