Introduction
The interpreter is the part of the compiler that processes the ASTs. It resolves all symbols and checks if the types
The interpreter is the part of the compiler that processes the ASTs. It resolves all symbols and checks if the types
To not have to always compile all files from source again, the processor is able to save a map of the files it has compiled.