|
Bash++
Bash++ compiler internal documentation
|
#include <iostream>#include <string>#include <memory>#include <csignal>#include <ext/stdio_filebuf.h>#include <unistd.h>#include <getopt.h>#include <lsp/BashppServer.h>#include <lsp/helpers.h>#include <include/BashVersion.h>#include <version.h>#include <updated_year.h>#include <include/exit_code.h>
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| bpp::BashppServer * | p_server |
| int | client_fd = -1 |
| int | server_fd = -1 |
| int | socket_port = 0 |
| 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
| int client_fd = -1 |
| bpp::BashppServer* p_server |
Copyright (C) 2025 Andrew S. Rightenburg Bash++: Bash with classes
| int server_fd = -1 |
| int socket_port = 0 |