readIdentifierToken
Constants
- RX_IDENTIFIER_FIRST_CHAR :
RegExp
Functions
- readIdentifierToken(text, cursor, length) ⇒
Token
Read C99 style IDENTIFIER token
RX_IDENTIFIER_FIRST_CHAR : RegExp
Kind: global constant
Read only: true
readIdentifierToken(text, cursor, length) ⇒ Token
Read C99 style IDENTIFIER token
Kind: global function
Param | Type |
---|---|
text | string |
cursor | number |
length | number |