Inside Clang C++ Compile Time Evaluators : AST Evaluator & Bytecode Interpreter
Introduction
C++ has been around for over 41 years. Over the years, many features have been added, and one of the most powerful is compile-time computation. C++ actually had this capability before its standardization in 1998, particularly after templ...