Bash++
Bash++ compiler internal documentation
Public Attributes | List of all members
BashppListener::code_segment Struct Reference

A struct to hold (compiled) code segments. More...

#include <BashppListener.h>

Public Attributes

std::string pre_code = ""
 
std::string code = ""
 
std::string post_code = ""
 

Detailed Description

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.

Member Data Documentation

◆ code

std::string BashppListener::code_segment::code = ""

◆ post_code

std::string BashppListener::code_segment::post_code = ""

◆ pre_code

std::string BashppListener::code_segment::pre_code = ""

The documentation for this struct was generated from the following file: