Tokenizer.errorTolerant

when true, returns BadToken instead of throwing exception

  1. bool errorTolerant [@property setter]
    class Tokenizer
    @property
    void
    errorTolerant
    (
    bool enabled
    )
  2. bool errorTolerant [@property getter]

Meta