## Implementation - Augmenting the DSL with information on how to construct the symbol graph. ## Testing - Update sanctuary tests to try and resolve all symbols in the tree. Everything should be resolved. - Note: Sanctuary strips away import statements. We need to test it separately. ## Built-In Symbols - Running against sanctuary will also detect built-in variables/methods/other APIs, so we can document them in the DSL.
Implementation
Testing
Built-In Symbols