|
sammine-lang
|
Implements linear type checking — enforces that heap-allocated ('ptr<T>) pointers are consumed exactly once before scope exit. More...
#include "typecheck/LinearTypeChecker.h"#include "ast/Ast.h"#include "fmt/format.h"#include "typecheck/Types.h"
Implements linear type checking — enforces that heap-allocated ('ptr<T>) pointers are consumed exactly once before scope exit.