v3.6
版本发布时间: 2021-10-19 11:22:00
c-cube/ocaml-containers最新发布版本:v3.14(2024-09-10 20:49:27)
- rename
CCOpt
toCCOption
and deprecateCCOpt
- add iterator functions to
CCIO
-
CCOrd
: addpoly
, deprecatecompare
- add
CCIO.File.walk_iter
-
CCParse
: heavy refactoring, many new functions, and broken compatibility for most programs- backtracking by default (not more
try_
) - changed the location system
- add
slice
and the ability to recurse on them, split input into slices, while preserving locations - expose Position module, add
or_
,both
,lookahead
,U.bool
- example Sexpr parser, and a test
- example and test of an IRC log parser
- backtracking by default (not more