Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Functions
tc.c File Reference
#include <stdio.h>
#include "../helper/help.h"
#include "type.h"
Include dependency graph for tc.c:

Functions

bool typecheck (AstNode *node, Scope *scope, ArenaAllocator *arena, BuildConfig *config)
 

Function Documentation

◆ typecheck()

bool typecheck ( AstNode node,
Scope scope,
ArenaAllocator arena,
BuildConfig config 
)