lexer.txt

来自「The Kannel Open Source WAP and SMS gatew」· 文本 代码 · 共 127 行

TXT
127
字号
			    Lexer entities			    ==============* Reserved Words  The `div=' is actually puctuation.accessagentbreakcasecatchclassconstcontinuedebuggerdefaultdeletedivdiv=dodomainelseenumequivexportextendsexternfalsefinallyforfunctionheaderhttpifimportininvalidisvalidlibmetanamenewnullpathprivatepublicreturnsizeofstructsuperswitchthisthrowtruetrytypeofurluseuservarvoidwhilewith* Punctuation (Plus comment starters)!!=#%%=&&&&=()**=++++=,----=.		can be followed by [0-9] => DecimalFloatLiteral//*		block comment//		single-line comment/=:;<<<<<=<====>>=>>>>=>>>>>>=?^^={||=||}~* Strings start with ' or "* Numbers:  0xHexDigit  0XHexDigit  0  [1-9][0-9]*  0[0-7]+  floats start with `DecimalIntegerLiteral' or '.'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?