What does “core language” mean?

后端 未结 3 616
故里飘歌
故里飘歌 2021-01-12 03:55

In the table on this page from the GCC documentation, one of the items (about halfway down the table) is listed as \"core language\" only. What does that mean? What parts of

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-12 03:55

    The Standard library is part of the language. To express the subset of the language that concerns only with the rules of the syntax, semantic rules, and such but not with the library, people use the term core language. For example there is a working group called "core working group" (CWG) and "library working group" (LWG) in the C++ committee.

提交回复
热议问题