| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
Big change. Implements qualification, which separates the qualification
concerns from the ConsistencyCheck phase.
I'm getting close to implementing a backend.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Import statements are fully implemented including compiling to an
interface file for faster compilations.
|
| |
|
|
|
|
| |
compliation phases.
|
|
|
|
|
|
| |
Stage1 -> Parsed
Stage2 -> Expanded
Stage3 -> Checked
|
|
|
|
|
|
|
| |
Introduced the `AdvanceStage` typeclass, which provides a mechanism to
transition AST elements between different compilation stages. This
abstraction facilitates easier traversal and modification of the syntax
tree as it progresses through various compilation phases.
|
|
Make some more changes to the generic implementation of EasySwitchStage.
|