1Parse.identifier(3kaya)      Kaya module reference     Parse.identifier(3kaya)
2
3
4

NAME

6       Parse::identifier - Parse an identifier.
7

SYNOPSIS

9       String identifier( var ParseState st )
10

ARGUMENTS

12       st The current parsing state
13

DESCRIPTION

15       This  function parses any sequence representing an identifier ( [_A-Za-
16       z][_A-Za-z0-9]+ ) at the start of the string, and returns the sequence.
17       An Exception will be thrown if the sequence does not exist.
18

AUTHORS

20       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
21       (kaya@kayalang.org). For further information see http://kayalang.org/
22

LICENSE

24       The Kaya standard library is free software;  you  can  redistribute  it
25       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
26       License (version 2.1 or any later version) as  published  by  the  Free
27       Software Foundation.
28
29
30
31Kaya                             December 2010         Parse.identifier(3kaya)
Impressum