MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
parser.cpp File Reference
#include "mim/ast/parser.h"
#include <filesystem>
#include <ranges>
#include "mim/driver.h"
#include "family.h"
Include dependency graph for parser.cpp:

Go to the source code of this file.

Namespaces

namespace  mim
namespace  mim::ast

Functions

static Tok mim::ast::negate (Tok tok)
 Applies a leading - to a numeric literal Tok.