![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
#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>Go to the source code of this file.
Functions | |
| bool | startsWith (const std::string &input, const std::string &prefix) |
| bool startsWith | ( | const std::string & | input, |
| const std::string & | prefix ) |