Mescal
|
The main file of the program. More...
#include <assert.h>
#include <getopt.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "alloc.h"
#include "interrupt.h"
#include "nfa.h"
#include "printing.h"
#include "readline.h"
#include "regexp.h"
#include "shell_keywords.h"
#include "time.h"
#include "tools.h"
Go to the source code of this file.
The main file of the program.