#ifndef SHELL_SHELL_H
#define SHELL_SHELL_H
#include "scanner.h"
#include <stdbool.h>
bool parseInputLine(List *lp);
#endif