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

NAME

6       Parse::list1 - Parse a string into a list of at least 1 item.
7

SYNOPSIS

9       [a] list1( Parser<a>  parser, var ParseState st )
10

ARGUMENTS

12       parser The parser to use
13
14       st The current parsing state
15

DESCRIPTION

17       Parse a string into a list of at least 1 item, multiple items separated
18       by whitespace. Equivalent to list(parser,st,1)
19
20

AUTHORS

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

LICENSE

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