9fans archive / 2007 / 04 / 530 / prev next From: "Joel C. Salomon" <joelcsalomon@gma...> Subject: Re: [9fans] speaking of kenc Date: Fri, 27 Apr 2007 00:54:31 -0400 On 4/26/07, erik quanstrom <quanstro@cor...> wrote: > are these c99 "features" from /sys/src/cmd/cc/c99 really features > or are they "unwanted"? > > 11. _Complex, _Imaginary, _Bool That'd be a question for the HPC people; ron, do you miss complex types in 9c? _Bool is a notational convenience, maybe helping document functions returning only pass/fail status, or for the isalpha(2) family of functions. > 18. Notation for universal characters \uXXXX For the characters in Plan 9's char set, it's unneeded; you can type the character in as many keystrokes (Alt, X, xxxx). For characters outside Unicode's BMP, it's not terribly helpful, since Plan 9 doesn't understand them at all. That said, these universal characters aren't hard to implement at all. Come semester's end and I'll submit a patch to add them to the lexer.