#include using namespace std; #include "tokenize.h" /** * Display the line of code associated with an error, and highlight the associated part */ void print_error_position(vector history, CodePosition pos);