robertoraggi / cplusplus

A compiler front end for the C++ language
https://robertoraggi.github.io/cplusplus/
MIT License
122 stars 12 forks source link

fix: Make builtin type traits available as identifiers #359

Closed robertoraggi closed 4 months ago

robertoraggi commented 4 months ago

If the name of a builtin type-trait is used as an identifier, the parser will treat following usages of the name as normal identifiers.

Also, test the linux toolchain in the CI workflow.