You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size of type _Bool is same as char type, which takes 1 byte.
Notice that currently lexer aliasing is unreliable due to the token
type determination algorithm does not correctly recognize T_identifier
and T_string at this moment.
0 commit comments