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