#ifndef ACPA_SCAN_H #define ACPA_SCAN_H #include "token.h" #include #include std::vector scan(std::string); #endif