Skip to content

3.6

Compare
Choose a tag to compare
@c-cube c-cube released this 19 Oct 03:22
b2cff1d
  • rename CCOpt to CCOption and deprecate CCOpt
  • add iterator functions to CCIO
  • CCOrd: add poly, deprecate compare
  • 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