#pragma once #include "stdc++.h" #include "Tbs.h" struct Token{ int id; Table_Type type; };