chomik 0.2.1
experimental and minimalistic programming language
|
My name is Pawel Biernacki.
I am a software engineer.
This site is my hobby project.
#include <chomik.h>
Public Member Functions | |
program () | |
void | execute (machine &m) const |
void | report (std::ostream &s) const |
void | add_statement (std::shared_ptr< statement > &&s) |
An instance of this class is created in the interpreter, it is configured by the parser, can be reported and executed.
chomik::program::program | ( | ) |
void chomik::program::add_statement | ( | std::shared_ptr< statement > && | s | ) |
void chomik::program::execute | ( | machine & | m | ) | const |
|
inline |