Mentions légales du service

Skip to content
  • POTTIER Francois's avatar
    Added a [HandlingError] result, so the parser suspends itself at · cc85d061
    POTTIER Francois authored
    every step of error handling. Compared to Frédéric's patch, this
    code is "more incremental" in that the parser will try to handle
    the error, pop one cell, suspend itself, try to handle the error,
    pop one cell, suspend itself, etc. In other words, *every call*
    to [error env] has been replaced with [HandlingError env], whereas
    in Frédéric's patch only 2 out of 3 calls were replaced.
    cc85d061