|
Bash++
Bash++ compiler internal documentation
|
#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>
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| volatile int | bpp_exit_code = 0 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| volatile int bpp_exit_code = 0 |
Copyright (C) 2025 rail5 Bash++: Bash with classes