| 
    jaulib v1.4.1
    
   Jau Support Library (C++, Java, ..) 
   | 
 
Classes | |
| class | alphabet | 
| Base Alphabet Specification providing the alphabet for token_fsm.  More... | |
| class | ascii26_alphabet | 
| Case insensitive ASCII base 26 alphabet with ASCII code-point sorting order.  More... | |
| class | ascii69_alphabet | 
| Case insensitive ASCII base 69 alphabet with ASCII code-point sorting order.  More... | |
| class | ascii95_alphabet | 
| Full ASCII base 95 alphabet with ASCII code-point sorting order.  More... | |
| class | token_fsm | 
A lexical analyzer (tokenizer) using a tabular finite-state-machine (FSM), aka endlicher automat (EA).  More... | |
Functions | |
| bool | operator!= (const alphabet &lhs, const alphabet &rhs) noexcept | 
| bool | operator== (const alphabet &lhs, const alphabet &rhs) noexcept | 
| std::string | to_string (const alphabet &v) noexcept |