分享
 
 
 

9.3 Lexical analysis

王朝other·作者佚名  2006-01-10
窄屏简体版  字體: |||超大  

9.3 Lexical analysis

The input production defines the lexical structure of a C# source file. Each

source file in a C# program must

conform to this lexical grammar production.

input::

input-sectionopt

input-section::

input-section-part

input-section input-section-part

input-section-part::

input-elementsopt new-line

pp-directive

input-elements::

input-element

input-elements input-element

input-element::

whitespace

comment

token

Five basic elements make up the lexical structure of a C# source file: Line

terminators (?.3.1), white space

(?.3.3), comments (?.3.2), tokens (?.4), and pre-processing directives (?

.5). Of these basic elements, only

tokens are significant in the syntactic grammar of a C# program (?.2.2).

The lexical processing of a C# source file consists of reducing the file

into a sequence of tokens which becomes

the input to the syntactic analysis. Line terminators, white space, and

comments can serve to separate tokens,

and pre-processing directives can cause sections of the source file to be

skipped, but otherwise these lexical

elements have no impact on the syntactic structure of a C# program.

When several lexical grammar productions match a sequence of characters in

a source file, the lexical processing

always forms the longest possible lexical element. [Example: For example,

the character sequence // is

processed as the beginning of a single-line comment because that lexical

element is longer than a single / token.

end example]

9.3.1 Line terminators

Line terminators divide the characters of a C# source file into lines.

new-line::

Carriage return character (U+000D)

Line feed character (U+000A)

Carriage return character (U+000D) followed by line feed character (U+000A)

Next line character (U+0085)

Line separator character (U+2028)

Paragraph separator character (U+2029)

For compatibility with source code editing tools that add end-of-file

markers, and to enable a source file to be

viewed as a sequence of properly terminated lines, the following

transformations are applied, in order, to every

source file in a C# program:

?If the last character of the source file is a Control-Z character

(U+001A), this character is deleted.

?A carriage-return character (U+000D) is added to the end of the source

file if that source file is non-empty

and if the last character of the source file is not a carriage return

(U+000D), a line feed (U+000A), a line

separator (U+2028), or a paragraph separator (U+2029).

Chapter 9 Lexical structure

53

9.3.2 Comments

Two forms of comments are supported: delimited comments and single-line

comments.

A delimited comment begins with the characters /* and ends with the

characters */. Delimited comments can

occupy a portion of a line, a single line, or multiple lines. [Example: The

example

/* Hello, world program

This program writes .hello, world. to the console

*/

class Hello

{

static void Main() {

System.Console.WriteLine("hello, world");

}

}

includes a delimited comment. end example]

A single-line comment begins with the characters // and extends to the end

of the line. [Example: The example

// Hello, world program

// This program writes .hello, world. to the console

//

class Hello // any name will do for this class

{

static void Main() { // this method must be named "Main"

System.Console.WriteLine("hello, world");

}

}

shows several single-line comments. end example]

comment::

single-line-comment

delimited-comment

single-line-comment::

// input-charactersopt

input-characters::

input-character

input-characters input-character

input-character::

Any Unicode character except a new-line-character

new-line-character::

Carriage return character (U+000D)

Line feed character (U+000A)

Next line character (U+0085)

Line separator character (U+2028)

Paragraph separator character (U+2029)

delimited-comment::

/* delimited-comment-textopt asterisks /

delimited-comment-text::

delimited-comment-section

delimited-comment-text delimited-comment-section

delimited-comment-section::

not-asterisk

asterisks not-slash

C# LANGUAGE SPECIFICATION

54

asterisks::

*

asterisks *

not-asterisk::

Any Unicode character except *

not-slash::

Any Unicode character except /

Comments do not nest. The character sequences /* and */ have no special

meaning within a single-line

comment, and the character sequences // and /* have no special meaning

within a delimited comment.

Comments are not processed within character and string literals.

9.3.3 White space

White space is defined as any character with Unicode class Zs (which

includes the space character) as well as the

horizontal tab character, the vertical tab character, and the form feed

character.

whitespace::

Any character with Unicode class Zs

Horizontal tab character (U+0009)

Vertical tab character (U+000B)

Form feed character (U+000C)

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有