MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
tok.cpp File Reference
#include "mim/ast/tok.h"
#include <fe/assert.h>
#include "mim/lam.h"
#include "mim/tuple.h"
Include dependency graph for tok.cpp:

Go to the source code of this file.

Namespaces

namespace  mim
 
namespace  mim::ast
 

Macros

#define CODE(t, str)
 

Functions

std::ostream operator
std::ostream & mim::ast::operator<< (std::ostream &os, Tok tok)
 

Macro Definition Documentation

◆ CODE

#define CODE ( t,
str )
Value:
case Tok::Tag::t: return str;