Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Frontend.cpp File Reference
#include "../Backend/Lexer/Lexer.hpp"
#include "../Backend/Parser/Parser.hpp"
#include "../Codegen/IR/PhasorIR.hpp"
#include "../Runtime/Stdlib/StdLib.hpp"
#include "../Runtime/VM/VM.hpp"
#include "Frontend.hpp"
#include <version.h>
#include "../Runtime/FFI/ffi.hpp"
#include "../sscanf.h"
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
Include dependency graph for Frontend.cpp:

Go to the source code of this file.

Macros

#define error(msg)

Functions

bool startsWith (const std::string &input, const std::string &prefix)

Macro Definition Documentation

◆ error

#define error ( msg)
Value:
std::cerr << "Error: " << msg << std::endl

Definition at line 21 of file Frontend.cpp.

Function Documentation

◆ startsWith()

bool startsWith ( const std::string & input,
const std::string & prefix )

Definition at line 24 of file Frontend.cpp.

Here is the caller graph for this function: