// Copyright (c) 2020 Egor Tensin // This file is part of the "math-server" project. // For details, see https://github.com/egor-tensin/math-server. // Distributed under the MIT License. #include "../error.hpp" #include "../token_type.hpp" #include #include #include #include #include #include #include namespace math::server::lexer::details { namespace { // This approach gives GCC on Travis an "internal compiler error": //template