Bash++
Bash++ compiler internal documentation
Functions | Variables
main.cpp File Reference
#include <include/exit_code.h>
#include <iostream>
#include <fstream>
#include <filesystem>
#include <cstring>
#include <memory>
#include <getopt.h>
#include <unistd.h>
#include <sys/stat.h>
#include <cstdio>
#include <version.h>
#include <updated_year.h>
#include <include/parse_arguments.h>
#include <AST/BashppParser.h>
#include <listener/BashppListener.h>
#include <error/InternalError.h>
Include dependency graph for main.cpp:

Functions

int main (int argc, char *argv[])
 

Variables

volatile int bpp_exit_code = 0
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ bpp_exit_code

volatile int bpp_exit_code = 0

Copyright (C) 2025 rail5 Bash++: Bash with classes