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

NAME

6       Parse::end - Parse the end of input.
7

SYNOPSIS

9       Void end( var ParseState st )
10

ARGUMENTS

12       st The current parsing state
13

DESCRIPTION

15       Parse  the  end  of  the input. If anything remains in the String other
16       than Parse.whitespace (3kaya) , this function will throw an  Exception.
17       It  is  used  to  verify that the whole String has been parsed success‐
18       fully.
19

AUTHORS

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

LICENSE

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