Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
tok.cpp File Reference
#include "thorin/ast/tok.h"
#include <fe/assert.h>
#include "thorin/lam.h"
#include "thorin/tuple.h"
Include dependency graph for tok.cpp:

Go to the source code of this file.

Namespaces

namespace  thorin
 
namespace  thorin::ast
 

Macros

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

Functions

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

Macro Definition Documentation

◆ CODE

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