#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>
Go to the source code of this file.
|
| bool | startsWith (const std::string &input, const std::string &prefix) |
◆ error
Value:std::cerr << "Error: " << msg << std::endl
Definition at line 21 of file Frontend.cpp.
◆ startsWith()
| bool startsWith |
( |
const std::string & | input, |
|
|
const std::string & | prefix ) |