A | |
allocate_private_id [Pxp_type_anchor] | |
C | |
crlf_index_from [Pxp_lib] |
Returns the leftmost position >= i in the string of either a CR or a
LF character.
|
F | |
from_another_string_inplace [Pxp_lexing] |
lexbuf: a buffer from a previous Lexing.from_string
(or from_string_inplace).
|
from_channel [Pxp_lexing] | |
from_function [Pxp_lexing] | |
from_string [Pxp_lexing] | |
from_string_inplace [Pxp_lexing] |
Similar to Lexing.from_string, but does not copy the passed string
intially
|
L | |
lexeme [Pxp_lexing] | |
lexeme_char [Pxp_lexing] | |
lexeme_len [Pxp_lexing] |
= String.length(lexeme lexbuf)
|
M | |
make_probabilistic_pool [Pxp_type_anchor] | |
O | |
only_whitespace [Pxp_lib] |
Returns true if the string consists only of whitespace characters
(space, tab, CR, LF)
|
P | |
pool_string [Pxp_type_anchor] | |
S | |
sub_lexeme [Pxp_lexing] |
Same as String.sub (Lexing.lexeme lexbuf) k l, but avoids one string
allocation
|