jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::lang Namespace Reference

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