Inferno
0.2
|
#include <cpptree.hpp>
Boolean type.
We support bool separately from 1-bit ints, at least for now. (note that (bool)2==true but (int:1)2==0) Note: Boolean here is considered an adjective, and in general Type nodes are named using adjectives. C.f. the Property/Literal intermediate Bool
Definition at line 512 of file cpptree.hpp.