ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. https://github.com/antlr/antlr4
Bjarne Stroustrup(C++之父) 主导的一项协作成果:The C++ Core Guidelines, a set of tried-and-true guidelines, rules, and best practices about coding in C++。它们是许多组织经过多年讨论和设计的结果。其设计鼓励通用性和广泛采用。
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/ https://github.com/changkun/modern-cpp-tutorial