Phasor
2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Frontend.hpp
Go to the documentation of this file.
1
#include "
../Runtime/VM/VM.hpp
"
2
#include <string>
3
4
namespace
Phasor
5
{
6
8
namespace
Frontend
9
{
16
void
runScript
(
const
std::string &source,
VM
*vm =
nullptr
);
17
22
void
runRepl
(
VM
*vm =
nullptr
);
23
}
// namespace Frontend
24
25
}
// namespace Phasor
VM.hpp
Phasor::VM
Virtual Machine.
Definition
VM.hpp:18
Phasor::Frontend
Frontend namespace.
Definition
Frontend.hpp:9
Phasor::Frontend::runScript
void runScript(const std::string &source, VM *vm=nullptr)
Run a script.
Definition
Frontend.cpp:33
Phasor::Frontend::runRepl
void runRepl(VM *vm=nullptr)
Run an REPL.
Definition
Frontend.cpp:80
Phasor
The Phasor Programming Language and Runtime.
Definition
AST.hpp:8
src
Frontend
Frontend.hpp
Generated by
1.16.1