Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Log when a source file is merged into the resolver | Ben Bridle | 2025-02-08 |
| | |||
* | Support namespaces when resolving symbols | Ben Bridle | 2025-02-08 |
| | | | | | | A definition can resolve a reference in the same or a deeper namespace, allowing for proper scoping and shadowing. Multiple definitions in the same namespace cannot share a name. | ||
* | Implement source unit compilation, symbol resolution, error reporting | Ben Bridle | 2025-02-05 |
This library can now carry out all stages of assembly from collecting source fragments to resolving symbols to pruning unused libraries to generating a single compiled source file. Pretty-printing of state has also been implemented in this library. The source tree hierarchy, symbol resolution errors, and file read errors can all be printed in a tidy format. |