Package io.sf.carte.uparser


package io.sf.carte.uparser
A small event parser (microparser).

This package is not exported by module-info. If you want to use it from your code, you may want to look at github.com/carlosame/uparser.

  • Class
    Description
    Offers methods to control the parsing process by the handler.
    To be implemented by listeners that handle the different events generated by the TokenProducer.
    A simple parser that produces tokens from a String or Reader.
    Check whether a character codepoint would be a valid addition to a word.
    Basic access to the current sequence in this tokenizer.