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

Go to the source code of this file.

Functions

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

Function Documentation

◆ startsWith()

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

Definition at line 17 of file Frontend.cpp.

Here is the caller graph for this function: