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 | |
virtual bool | replace_all_variables_with_their_values () const =0 |
virtual bool | replace_known_placeholders_with_their_values () const =0 |
This class is used by the generic_value and its descendent classes to control the method get_actual_code_value.
|
pure virtual |
Implemented in chomik::replacing_policy_exhaustive, and chomik::replacing_policy_literal.
|
pure virtual |
Implemented in chomik::replacing_policy_exhaustive, and chomik::replacing_policy_literal.