www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - universal alpha?

reply BCS <BCS_member pathlink.com> writes:
Does anyone have a link to a definition of universal alpha as used in the DMD
docs?

(see: http://www.digitalmars.com/d/lex.html#identifier)
May 29 2006
next sibling parent reply "Chris Miller" <chris dprogramming.com> writes:
On Tue, 30 May 2006 00:29:51 -0400, BCS <BCS_member pathlink.com> wrote:

 Does anyone have a link to a definition of universal alpha as used in  
 the DMD
 docs?

 (see: http://www.digitalmars.com/d/lex.html#identifier)
Here's something: http://www.algonet.se/~afb/d/universalalphas/
May 29 2006
parent reply BCS <BCS_member pathlink.com> writes:
Thanks, I'll take a look.

BTW: after googleing for ["universal alpha" UTF] and filtering out the false+s
*everything* left was referencing D. Now what does that say?

In article <op.tackd4egpo9bzi moe>, Chris Miller says...
On Tue, 30 May 2006 00:29:51 -0400, BCS <BCS_member pathlink.com> wrote:

 Does anyone have a link to a definition of universal alpha as used in  
 the DMD
 docs?

 (see: http://www.digitalmars.com/d/lex.html#identifier)
Here's something: http://www.algonet.se/~afb/d/universalalphas/
Ha ha, another pointer to a D-reference
May 29 2006
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
BCS wrote:

Does anyone have a link to a definition of universal alpha as used in  
the DMD docs?

(see: http://www.digitalmars.com/d/lex.html#identifier)
Here's something: http://www.algonet.se/~afb/d/universalalphas/
Ha ha, another pointer to a D-reference
As it says in the text file, the list was from "ISO/IEC 9899:1999 (E)" http://www.algonet.se/~afb/d/universalalphas/universalalphas.txt http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1124.pdf "Annex D (normative) - Universal character names for identifiers" 1. This clause lists the hexadecimal code values that are valid in universal character names in identifiers." Then I took that list, and generated a D program to print all of them: http://www.algonet.se/~afb/d/universalalphas/universalalphas.d --anders
May 30 2006
prev sibling next sibling parent "Unknown W. Brackets" <unknown simplemachines.org> writes:
http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1124.pdf

Look for Annex D...

"Universal alphas are as defined in ISO/IEC 9899:1999(E) Appendix D."

-[Unknown]


 Does anyone have a link to a definition of universal alpha as used in the DMD
 docs?
 
 (see: http://www.digitalmars.com/d/lex.html#identifier)
 
 
May 29 2006
prev sibling parent Derek Parnell <derek psych.ward> writes:
On Tue, 30 May 2006 04:29:51 +0000 (UTC), BCS wrote:

 Does anyone have a link to a definition of universal alpha as used in the DMD
 docs?
 
 (see: http://www.digitalmars.com/d/lex.html#identifier)
While searching for the reference for this, I came across this interesting article of floating point arithmetic. http://docs.sun.com/source/817-6702/ncg_goldberg.html -- Derek (skype: derek.j.parnell) Melbourne, Australia "Down with mediocracy!" 30/05/2006 3:24:12 PM
May 29 2006