|
MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/driver.h>
Classes | |
| struct | Entry |
Public Member Functions | |
| Imports (Driver &driver) | |
| std::pair< const fs::path *, bool > | add (fs::path, Sym, ast::Tok::Tag) |
| Remembers an import or plugin directive and reports whether the resolved file is new. | |
Get imports | |
| const auto & | entries () const |
Iterators | |
| auto | begin () const |
| auto | end () const |
| struct mim::Driver::Imports::Entry |
|
inline |
Definition at line 58 of file driver.h.
References mim::Driver::Driver().
| std::pair< const fs::path *, bool > mim::Driver::Imports::add | ( | fs::path | path, |
| Sym | sym, | ||
| ast::Tok::Tag | tag ) |
Remembers an import or plugin directive and reports whether the resolved file is new.
Definition at line 10 of file driver.cpp.