8 This directory contains the C++ front-end. It supports the subset of C++
9 commonly found in embedded and system applications. Consequentially it
10 doesn’t have full support for templates and many of the more advanced
11 and obscure C++ features. The subset of the language that can be handled
12 is being extended over time so bug reports of programs that cannot be
15 The functionality is very similar to the ANSI C front end; parsing the
16 code and converting to goto-programs. It makes use of code from
17 `langapi` and `ansi-c`.