Bash++
Bash++ compiler internal documentation
|
A struct to hold (compiled) code segments. More...
#include <BashppListener.h>
Public Attributes | |
std::string | pre_code = "" |
std::string | code = "" |
std::string | post_code = "" |
A struct to hold (compiled) code segments.
Much of the code generation in the compiler is done using code segments. A code segment consists of three parts:
Generally, the pre_code and post_code are used to set up and clean up the environment in which the main code will run.
std::string BashppListener::code_segment::code = "" |
std::string BashppListener::code_segment::post_code = "" |
std::string BashppListener::code_segment::pre_code = "" |