|
Bash++
Bash++ compiler internal documentation
|
#include "exit_code.h"#include <iostream>#include <fstream>#include <vector>#include <filesystem>#include <cstring>#include <memory>#include <antlr4-runtime.h>#include <getopt.h>#include <unistd.h>#include <sys/stat.h>#include "version.h"#include "updated_year.h"#include "include/parse_arguments.h"#include "antlr/BashppLexer.h"#include "antlr/BashppParser.h"#include "listener/BashppListener.h"#include "internal_error.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